This is the script that won't find any of my pdf files...error states file can't be found and I know the path is correct...If anyone can help...Please. I have tried many pdf docs with the same results. What am I doing wrong in my script?
Sub test()
Dim RetVal
RetVal = Shell("C:\Progr am Files\Adobe\Rea der 8.0\Reader\Acro Rd32.exe C:\Documents and Settings\Owner\ My Documents\dwdm. pdf, 1")
End Sub
Sub test()
Dim RetVal
RetVal = Shell("C:\Progr am Files\Adobe\Rea der 8.0\Reader\Acro Rd32.exe C:\Documents and Settings\Owner\ My Documents\dwdm. pdf, 1")
End Sub
Comment