S
Stefano M
Hi all,
i need to open a PDF file via VBA code.
In Win2000/XP i'm able to do it with:
ret = Shell(Environ$("COMSPEC") & " /c """ & list3.Column(3)
& """")
but it doesn't work in Win98, i think cause 'command.com' doesn't to handle
*.pdf file and 'cmd.exe' yes !
How can i solve ?
i'd like to solve it with a code that doesn't know the Acrobat Reader path
!!
Thanks
i need to open a PDF file via VBA code.
In Win2000/XP i'm able to do it with:
ret = Shell(Environ$("COMSPEC") & " /c """ & list3.Column(3)
& """")
but it doesn't work in Win98, i think cause 'command.com' doesn't to handle
*.pdf file and 'cmd.exe' yes !
How can i solve ?
i'd like to solve it with a code that doesn't know the Acrobat Reader path
!!
Thanks