How do I create a help file for my userform? Is there a program I need?
Thanks
How do I create a help file for my userform? Is there a program I need?
Thanks
If you are looking for a compiled help file, you can try Microsoft Help
Workshop, but it's a nightmare to use.
There are a lot of alternatives to try out. I looked around a while ago and
came up with HelpmaticPro, which works for me and seemed very good value.
The advantage of a proper help file is that you can launch context sensitive
help with something like this.
Sub RunHelp(nContextID As Long)
Dim strHelpFile As String
strHelpFile = ThisWorkbook.Path & "\EFAUSER.hlp"
Application.Help strHelpFile, nContextID
End Sub
Robin Hammond
www.enhanceddatasystems.com
"JFamilo" <[email protected]> wrote in
message news:[email protected]...
>
> How do I create a help file for my userform? Is there a program I need?
>
> Thanks
>
>
> --
> JFamilo
> ------------------------------------------------------------------------
> JFamilo's Profile:
> http://www.excelforum.com/member.php...o&userid=17276
> View this thread: http://www.excelforum.com/showthread...hreadid=381754
>
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks