S SusanV Jun 2, 2006 #2 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"
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 Jun 2, 2006 #3 .... 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.
.... 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.