Additional Help

C

Chris Simmons

HELP!!

When I enter help in any Office application my additional
help does not show and just displays x-oleobject box. I
have not installed any new software since this started.

Here is part of the SCRIPT from the help page.

<SCRIPT language="VBScript"
src="ShowMe_Code.vbs"></SCRIPT><SCRIPT language="VBSCRIPT">
Sub HelpPopup(sFile,sID)
L_SecurityT1_ErrorMessage="Help can't show you this
procedure because the security setting in your browser is
set too high"
L_SecurityT2_ErrorMessage="or the ActiveX control
Ouactrl.ocx didn't install correctly."
L_SecurityE1_ErrorMessage="- Select a lower security
setting in your browser"
L_SecurityE2_ErrorMessage="- If you receive this message
after selecting a lower security setting, please see your
system"
L_SecurityE3_ErrorMessage=" administrator for help
troubleshooting the installation of the ActiveX control
Ouactrl.ocx"
L_SecurityE4_ErrorMessage=" located in the folder you
installed Microsoft Office to."
sSecurityMSG=L_SecurityT1_ErrorMessage & chr(13) &
L_SecurityT2_ErrorMessage & chr(13) & chr(13) &
L_SecurityE1_ErrorMessage & chr(13) &
L_SecurityE2_ErrorMessage & chr(13) &
L_SecurityE3_ErrorMessage & chr(13) &
L_SecurityE4_ErrorMessage
L_App_DialogTitle="Microsoft Office Help"
On Error Resume Next
r=oua.HelpPopup(sFile,sID)
If Err<>0 Then Msgbox sSecurityMSG,48,L_App_DialogTitle
End Sub
</SCRIPT></BODY></HTML>

I have tried re-installing Ouactrl.ocx but this did not
work, I have also tried reducing my browser settings, this
did not work either. I have also re-installed office, this
did not work either.

Hope somebody can suggest something, please feel free to
contact me via e-mail.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top