Looking for help webbrowser refresh

Ks1102

Well-known Member
Joined
Jan 8, 2008
Messages
689
Hi, All

i have code below to webbrowser refresh but that just when the webbrowser1 completed than nothing do the browser and browser3 ??

any one can help ?
Code:
Sub SCL_refresh()

Sheets("WebData").WebBrowser1.Navigate "URL1"
Sheets("WebData").WebBrowser1.Refresh

Sheets("WebData").WebBrowser2.Navigate "URL2"
Sheets("WebData").WebBrowser2.Refresh

Sheets("WebData").WebBrowser3.Navigate "URL3"
Sheets("WebData").WebBrowser3.Refresh
Range("a1").Select
End Sub
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Well the code looks fine. Maybe try testing code. Ie putting a method after each refresh to see if it's registering. Also why is the pages getting refreshed as you tell it to navigate?
 
Upvote 0

Forum statistics

Threads
1,224,585
Messages
6,179,706
Members
452,939
Latest member
WCrawford

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top