Thread
:
How do you specify the Help File to be used
View Single Post
#
2
Posted to microsoft.public.excel.programming
Kenneth Hobson[_4_]
external usenet poster
Posts: 10
How do you specify the Help File to be used
Is it a HLP or a CHM help file? If HLP, I am not sure what the problem
would be.
Private Sub CommandButton1_Click()
Application.Help "OTISAPP.HLP", 65527
End Sub
Reply With Quote
Kenneth Hobson[_4_]
View Public Profile
Find all posts by Kenneth Hobson[_4_]