Thread
:
Can I run an external program?
View Single Post
#
10
Posted to microsoft.public.excel.programming
Dick Kusleika[_4_]
external usenet poster
Posts: 595
Can I run an external program?
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.
Reply With Quote
Dick Kusleika[_4_]
View Public Profile
Find all posts by Dick Kusleika[_4_]