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 ?
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