Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to open a document. Document format may vary.
I try with: Dim f_name as String Dim Returnvalue as Variant f_name ="E:\forlder1\folder2\test.pdf" ReturnValue = Shell("start " & Chr$(34) & f_name Chr$(34) ) According to a tip on a different web-site this should open the file in the program it is connected to (he Acrobat Reader). I always get error message "file not found", but the file is there. What is wrong? rgds Jarle |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using Shell to open files with more than one word in their name | Excel Programming | |||
Using Shell to open files with more than one word in their name | Excel Programming | |||
SHELL to open an application and pass parameters to it | Excel Programming | |||
Shell can open an application, can it close an app too? | Excel Programming | |||
Shell to different app then open file within | Excel Programming |