Open a PDF using VBA in Excel
Questions: I’m trying to open all appropriate PDFs found in the same directory as my Excel workbook using VBA. I’ve added the Adobe Acrobat xx.x Type Library reference to the project. But ...
Questions: I’m trying to open all appropriate PDFs found in the same directory as my Excel workbook using VBA. I’ve added the Adobe Acrobat xx.x Type Library reference to the project. But ...
Questions: I would like to generate a 2d barcode (PDF417 or QR codes) in an Excel cell using macros. Just wondering is there any free alternatives to paid libraries to do this? I know certain tools ca...
Questions: As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit d...
Questions: I’m trying to figure out a good way to increase the productivity of my data entry job. What I am looking to do is come up with a way to scrape data from a PDF and input it into Excel....
Questions: I am trying to combine PDF’s into one single pdf with the use of vba. I would like to not use a plug in tool and have tried with acrobat api below. I have tried something like, but ca...
Questions: I am trying to combine PDF’s into one single pdf with the use of vba. I would like to not use a plug in tool and have tried with acrobat api below. I have tried something like, but ca...
Questions: I have about 500 graphs generated in Excel using VBA and I need to export them to pdf. These graphs have alternative text to make them accessible for blind people. When I use the VBA (Expor...
Questions: How can I convert/save excel file to pdf? I’m using java play framework to generate some excel files and now the requirement changes to pdf. I don’t want to recode everything. I...
Questions: It has been drilled into my head, to avoid bugs and provide a good user experience, it is best to avoid using .Select, .Activate, ActiveSheet,ActiveCell, etc. Keeping this in mind, is there...
Questions: I want to add export table data in CSV, Excel, PDF format functionality in my app. I am building app using angularjs 1.2.16. Export data in Excel I have used <script src="https://rawgith...