Introduction:
One of the biggest parts lacking in user constructed solutions is documentation in the form of help files. As coders, we usually find it easier to build the application than explain to someone how to use it properly. After all, what we write in code is rarely read by others, and most novices think it's gibberish anyway. Actually explaining what you do in plain English (or whatever language you use) can be quite difficult. Ironically, it is this very fact that tells us why help files are important... write it down once, nicely, and you should never have to explain it again.
Office makes use of Compiled HMTL (chm) help files, which can be created by any number of applications. While writing these documents can be a difficult task of explaining yourself to the end user, the final trick is getting the compiled file to work with your application. This article was written to help ease the burden of the coding part, but unfortunately I'm going to leave the actual construction of the files to you, although I will give you some pointers to get started.
Programs to build help files:
First thing is first, you'll need to install a copy of
Microsoft's HTML Workshop, if you don't have it installed already. This program is used by all Help authoring software, so it's not really an optional thing.
The next step is to find a suitable HTML Help compiler. Personally, I use
West Wind Help Builder. It has an excellent FAQ included on how to start using the program, and allows for creation of some very rich help files. I'm a big fan of being able to easily write my documents including screen shots, hyperlinks, and context IDs, and West Wind Help makes this fairly easy. It even integrates nicely with another fantastic product,
Tech Smith's SnagIt, for capturing nice screen shots. There are trial versions of both products available at the links provided.
Other programs do exist, such as "Help n Doc",
Shalom Help,
HelpScribble,
Robohelp and others, but I cannot speak to their usefulness, as I have not worked with any of them extensively.
Built in Help methods:
Microsoft Excel does have some built in help constants and methods that you can use to deliver help
...
Macro that concatenates two cells, references a Date and then copy pastes value into
Hi and welcome
Pecoflyer Today, 08:35 AMPlease,do not crosspost your question on multiple forums without including links here to the other threads on other forums. ...