I am using the following code to open up Acrobat Reader:
which works fine, but on non-Windows7 computers the route is slighty different, also it is possible that a user may have an earlier version of Adobe. Is it possible to insert a wildcard in either or both of the 1st and 3rd directories to make display of a PDF independent of operating system and program version?
Nick
Code:
strProg = "C:\Program Files (x86)\Adobe\Reader 9.0\Reader\AcroRd32.exe"
Nick
Comment