View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Kenneth Hobson[_4_] Kenneth Hobson[_4_] is offline
external usenet poster
 
Posts: 10
Default 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