+ Reply to Thread
Results 1 to 2 of 2

Help files

  1. #1
    Registered User
    Join Date
    12-08-2004
    Posts
    31

    Help files

    How do I create a help file for my userform? Is there a program I need?
    Thanks

  2. #2
    Robin Hammond
    Guest

    Re: Help files

    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
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1