Mega Code Archive

 
Categories / VisualBasic Script / Application
 

Make sure that the help file can be located

Sub GetHelp()     Path = ThisWorkbook.Path     Application.Help Path & "\USER.HLP" End Sub