VBA call of HTML Help File

E

Eleanor

I have written my own .chm file for an add-in in Excel,
and I'm calling it using the Application.Help method.

This works fine, except that I am getting the index from
the standard Excel Help File rather than the one that goes
with the rest of the file.

Any suggestions?
 
P

Pete Lees

Eleanor,
I have written my own .chm file for an add-in in Excel,
and I'm calling it using the Application.Help method.

This works fine, except that I am getting the index from
the standard Excel Help File rather than the one that goes
with the rest of the file.

This document should be useful:

http://www.microsoft.com/technet/prodtechnol/office/office2000/proddocs/opg/part2/ch13.asp

You may also want to investigate the HelpAPI VBA module available from
http://www.helpfulsolutions.com.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top