Hi guys,

I found a piece of VBA code, that allows me to import PDF file to my excel file (Push the button, choose the location of the PDF) .... it works great but it would be even better if I could customize it a little.

what I need is basically:
1) Import a PDF file automatically right after the start of excel
2) Import every PDF file that is located in C:/pdffiles/ (there will be always only one PDF file, but the name will be changed every day or so, therefore the path shouldn't be exatly C:/pdffiles/abc.pdf but rather C:/pdffiles/[any PDF in here]


Thank you in advance. Any help will be appreciated.

The code for PDF import is here (You need to have adobe acrobat installed):
Please Login or Register  to view this content.