Internet Explorer Script Error

  • Thread starter Thread starter LPK
  • Start date Start date
L

LPK

I get the following error when using VBA Help within Excel 2002, Access
2002, etc

Internet Explorer Script Error

An error has occurred in the script on this page

Line 1
char 1
Error Object doesn't support this property or method
Code 0
URL
mk:@MSITStore:C\Program....\VBA\VBA61033\VbLR6.chm::/html/vafctMsgBox.htm

Do you want to continue running scripts on this page ? Y/N


Can anyone help?
 
LPK said:
I get the following error when using VBA Help within Excel 2002, Access
2002, etc

Internet Explorer Script Error
An error has occurred in the script on this page

This problem is described in Microsoft Knowledge Base article 822989
(http://support.microsoft.com/?kbid=822989). Unless you've installed
Service Pack 4 for Windows 2000, the solution should be to apply
Critical Update 811630, which is available from:

http://support.microsoft.com/?kbid=811630

I'm starting to see reports that installing Windows 2000 SP4 *causes*
this problem. If you're a Windows 2000 user and have installed SP4,
the solution is to first to run this command from a command prompt:

regsvr32 /u <drive>:/winnt/system32/hhctrl.ocx

and then run this command:

regsvr32 <drive>:/winnt/system32/hhctrl.ocx

The first command unregisters the HTML Help ActiveX control, which is
what provides the navigation features in the help files; the second
command re-registers the control. This should fix the broken registry
entries that are responsible for the problem.
 
Back
Top