Open helpfiles (.hlp) using VB?


Posted by Simon on February 29, 2000 12:55 AM

I have created an Add-in and associated help file.Is it possible to access/open the help file from a command button on a user form in the add-in. Thanks in advance



Posted by Simon on February 29, 2000 3:50 AM

after much searching I have found this works:

Application.help ("pathname\filename")