Runtime Error Clicking on Links in VBA Help

  • Thread starter Thread starter Richie Frahmer
  • Start date Start date
R

Richie Frahmer

When I click on a link in VBA, I get an Error dialog that says it
encountered a runtime error at Line:0 and the Error: Object doesn't
support this property or method.

When I bring up the property tab for the links, it usually points to a
javascript function [e.g. javascript:alink_7.Click()].


Anyone run into anything similar ?
 
Richie said:
When I click on a link in VBA, I get an Error dialog that says it
encountered a runtime error at Line:0 and the Error: Object doesn't
support this property or method.

When I bring up the property tab for the links, it usually points to a
javascript function [e.g. javascript:alink_7.Click()].


Anyone run into anything similar ?


Hmmm, when I go into VB 6.0, and pull up help, I'm getting the same
thing. When I debugged the error message in VB 6.0, it says something
about an exception of type 'Microsoft JScript runtime Error: ..."


Do I need to reinstall the Microsoft Scripting components ?
 
Back
Top