PDA

View Full Version : Open PDF (via VBA) on specific page



superdennis
12-15-2009, 10:49 AM
Hi,

I have a script in VBA that, depending on a value in a cell opens up a specific PDF. And I would like to be able to open the PDF on a specific page. I've managed to solve it, if the user opens PDF files in browser but not if it opens in Acrobat Reader. I've found some example code of how to solve it but it always includes a hardcoded url to Acrobat Reader and I can't use that, since this should be used by users having different versions on Acrobat Reader.

Does anyone have any VBA code of how to open a PDF-file on a specific file, in Acrobat Reader?