Displaying HelpThis tip describes a useful technique that lets you display a series of help topics in an Excel workbook. How it worksThe technique described here uses a UserForm, and the UserForm has the following controls (see the Figure below):
The help topics are contained on a worksheet, and the VBA code simply reads the text in the worksheet and transfers it to the UserForm. The user can select a help topic from the DropDown, or view the topics sequentially using the Previous and Next buttons.
DownloadClick the link below to download an Excel 97 file that uses this technique. You can easily adapt this technique to your own project:
Pros and ConsThis technique is very easy to set up, and requires no additional software or files. The VBA code is contained in the UserForm, so no additional programming is necessary. The primary disadvantage is that you cannot format the text that is displayed. |