Problems displaying VBA Help

Within all of my Office products (Excel, Access) and VB6, the HELP within VBA is not displaying properly (graphics do not display and I am seeing boxes with a red X) and I am continually getting Internet Explorer Script Errors. I think that I first noticed this occuring just after I installed VB 2005 Express.

Has anyone else noticed this problem And more importantly can anyone tell me how to correct this problem



Answer this question

Problems displaying VBA Help

  • Blackice

    Re registering the ocx file resolved the problem for me.

    Within the folder C:\windows\system32

    use the CMD window to execute

    regsvr32 hhctrl.ocx


  • polymorphicx

    Thanks for the suggestion.


  • Problems displaying VBA Help