How do I build a macro to open a PDF file??

S

SusanV

Query a PDF? Not sure what you mean by that. To open a file:
Application.FollowHyperlink "C:\Temp\MyFile.pdf"

Be sure to include the entire path. If it's on a server share:
Application.FollowHyperlink "\\ServerName\ShareName\MyFile.pdf"
 
S

Steve Schapel

.... or, since this is a macros newsgroup, you would use a RunApp action.

But I agree, I don't understand the meaning of "querry to a bunch of PDF
files". Maybe you could give an example.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top