Hi,
I need help here to understand as how the loop function for Excel VBA works with the IE web page
for eg: In Excel I have 25 different web site address listed, so the VBA should open web page address in cell B2, wait IE to load, again wait for 5 sec and then close the current IE page and the go to cell B3 of excel to open a new web page.
(Simple steps)
Select B2 cell value (www.xxx.com) and open it in IE web page
wait for 5 sec to load the page
close the current IE page after 10 sec
and go to cell B3
...
... loop till last value in Cell B (loop until last value)
Thanks to all in advance
I need help here to understand as how the loop function for Excel VBA works with the IE web page
for eg: In Excel I have 25 different web site address listed, so the VBA should open web page address in cell B2, wait IE to load, again wait for 5 sec and then close the current IE page and the go to cell B3 of excel to open a new web page.
(Simple steps)
Select B2 cell value (www.xxx.com) and open it in IE web page
wait for 5 sec to load the page
close the current IE page after 10 sec
and go to cell B3
...
... loop till last value in Cell B (loop until last value)
Thanks to all in advance