Can I write my own help files (.hlp) for Excel workbooks?

B

BobM

I have an Excel workbook that needs some instructions with it, and I was
wondering if it's possible to write my own help (.hlp) files for the users to
use.
 
W

Wigi

Yes you can.

Most easy is to use an extra worksheet in the file, with some hyperlinks and
the possibility to search.

If you want to go further (use VBA), I remember seeing it in John
Walkenbach's "Power programming with VBA in Excel".
 
B

BobM

Thanks - I'll investigate the VBA option, and go with the extra sheet in the
Excel file if I can't get what I need with VBA.
 
Top