Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() How do I create a help file for my userform? Is there a program I need Thank -- JFamil ----------------------------------------------------------------------- JFamilo's Profile: http://www.excelforum.com/member.php...fo&userid=1727 View this thread: http://www.excelforum.com/showthread.php?threadid=38175 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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" wrote in message ... 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Navigating to Excel files over network slow, but not Word files | Excel Discussion (Misc queries) | |||
How can I batch convert 97-2003 .xls files to 2007 .xlsx files | Excel Discussion (Misc queries) | |||
Excel 2007 tmp files filling up drive with XLSM files | Excel Worksheet Functions | |||
How to change default Open/Files of Type to "Microsoft Excel Files | Excel Discussion (Misc queries) | |||
Drive Erased, got Files back but only excel files scrambled, help. | Excel Discussion (Misc queries) |