Hi
I am using a HTML Help File (.chm) with Microsoft Excel VBA.
How can I specify the Topic ID in the HTML Help Contents File.
I want the help to be context sensitive. Can i change the topic id in my function modules and display the accurate topic when the user presses 'F1'
Thanks,
Shasur

Using HTML Help in Microsoft Excel VBA
beta.code
Per our support engineer:
Here is one article about how to use HTML Help API in VB,I hope it’s helpful.< xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
How to use HTML Help API in VB
http://www.vbcodemagician.dk/tips/help_html.htm
-brenda (ISV Buddy Team)