View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
[email protected] simonclivehughes@hotmail.com is offline
external usenet poster
 
Posts: 16
Default Can I run an external program?

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.