Results 1 to 2 of 2

Thread: anyone know how to add custom help files into your VBA program?

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2005
    Posts
    42

    anyone know how to add custom help files into your VBA program?

    Hi,

    I currently want to add a nice custom helpfile for instuctions on how to use my program. I was thinking on using the application.help method, but it only opens *.hlp files?

    How can I make my own custome *.hlp files? I tried playing around with this, but doesn't work. Says the file is corrupted whenever I try to make a textfile and rename it to a *.hlp file extension. Any help?

  2. #2
    INXSIVE Bruce Fox's Avatar
    Join Date
    Sep 2001
    Location
    Melbourne, Australia
    Posts
    7,429

    Re: anyone know how to add custom help files into your VBA program?

    As an alternative, you could write your Help file in M$Word, using Bookmarks etc, then SaveAs .htm.
    That way the user can read the Help file in a Browser (the Bookmarks will be converted to internal links etc).
    It's quite effective and you don't need the app to create the .cfh (sp?) files.

Posting Permissions

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



Click Here to Expand Forum to Full Width