Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi!
I have succesfully installed Office XP (almost). With the new Office, there is no Examples in VBA Help. And where the references to examples and other "things" used to be, there is just some blank boxes. Any ideas? Regards, Alfred |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Alfred,
I have succesfully installed Office XP (almost). With the new Office, there is no Examples in VBA Help. And where the references to examples and other "things" used to be, there is just some blank boxes. Any ideas? This problem is described in Microsoft Knowledge Base article 822989 (http://support.microsoft.com/?kbid=822989). Unless you're a Windows 2000 user who has installed Service Pack 4, the solution should be to apply Critical Update 811630, which is available from he http://support.microsoft.com/?kbid=811630 There have been a number of reports that installing Service Pack 4 for Windows 2000 *causes* this problem. The solution in this case is 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. -- Pete (Microsoft Help MVP) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Locate missing .msi files office 2007 | Excel Discussion (Misc queries) | |||
How to find missing values while reconciling files? | Excel Discussion (Misc queries) | |||
All Office Help Files Missing | Excel Discussion (Misc queries) | |||
Auto Recovery files missing... | Excel Discussion (Misc queries) | |||
Outlook files missing | Excel Discussion (Misc queries) |