Make sure that the help file can be located:
Sub GetHelp() Path = ThisWorkbook.Path Application.Help Path & "\USER.HLP" End Sub