I am having a proble displaying a .pdf file on a command button action.
Here is the part of my code that calls up the file:
Dim StrProg As String
Dim StrFile As String
StrProg = "C:\Program Files\Adobe\Acrobat 7.0\Reader.exe"
StrFile = "C:\Program Files\Polaris Medical Chart Ver3.3\example.pdf"
Shell StrProg & StrFile, vbNormalFocus
Exit Sub
I get a file not found error. Any thoughts??
Thanks
Here is the part of my code that calls up the file:
Dim StrProg As String
Dim StrFile As String
StrProg = "C:\Program Files\Adobe\Acrobat 7.0\Reader.exe"
StrFile = "C:\Program Files\Polaris Medical Chart Ver3.3\example.pdf"
Shell StrProg & StrFile, vbNormalFocus
Exit Sub
I get a file not found error. Any thoughts??
Thanks