Home |
Search |
Today's Posts |
#9
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I don't know what would cause that error. It worked okay for me. Make sure
you have everything spelled right and you have double quotes around the strings. -- Dick Kusleika Excel MVP Daily Dose of Excel www.dicks-blog.com wrote: Thanks, Dick. I tried the following: Sub RunHelpFile() Dim sPath As String sPath = "C:\Program Files\Coax Designer II\" ActiveWorkbook.FollowHyperlink sPath & "CoaxDesignerII.pdf" End Sub but I get a Variable not defined error with the "CoaxDesignerII" (of the filename) highlighted. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to pass a cell as parameter for an external program? | Excel Discussion (Misc queries) | |||
Copying data to an external Program | New Users to Excel | |||
How do I run an external program? | Excel Programming | |||
Open external program | Excel Programming | |||
starting an external program with a command line | Excel Programming |