Thanks for that Jonathan
Overcoming my incredulity, I had worked-out that VBA forms did not support
HTMLHelp context sensitive help! Given the total cock-up that MS made over
the non-implementation of WinHelp on Vista you can't help wondering if the
Windows/Office development teams talks to the MS HTMLHelp developers!
I found this on MS
http://msdn2.microsoft.com/en-us/library/aa164218(office.10).aspx
Unfortunately when I try running this line...
Call HtmlHelp(0, HelpPath, HH_DISPLAY_TOPIC, TopicName)
...where HH_DISPLAY_TOPIC = &H0
and I've hard-coded the path to one of my own CHM files
and the TopicName is one of the files in the CHM
(which I checked by decompiling the CHM)
...then the CHM file displays but it ALWAYS displays "The page cannot be
displayed"
Eddie