|
-
March 26th, 2009, 04:52 PM
#2
Re: Catching a browser error from VB/VBA
I'm not sure if this is a good solution but you can remove the warning message with 2 steps.
1. turn off the script debugging by checking the "Disable script debugging (IE) and Disable script debugging (Others)". These settings are in the "Advanced" tab of the IE properties.
2. Add "<WebBrowser>.Silent = true" to your code before loading the page.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|