A quick tip here to let people know that it is possible to show a CHM from a VBA application (such as Microsoft Office). This allows you to provide a context sensitive help file in a Visual Basic Application. A full guide on how to do this has been written on Experts-Exchange here:
https://www.experts-exchange.com/articles/32054/Control-the-HTML-Help-Viewer-OCX-control.html
The above article demonstrates with our sample how you can achieve this.
The full code is at GitHub:
https://github.com/GustavBrock/VBA.HtmlHelp
0 Comments