S
Stefi
Hi All,
I have a multipage web site, where
Set coursetables = IE.document.getElementsByTagname("table")
and after that
?coursetables.Item(16).Rows(0).Cells(0).innertext
returns
Page 1 of 2
Previous Page | Next Page
On the web page clicking manually on Next Page bring up the next page.
How can I find the object that can be clicked on in VBA (like clicking on a
button is done via myButton.click) to bring up the next page?
Thanks,
Stefi
I have a multipage web site, where
Set coursetables = IE.document.getElementsByTagname("table")
and after that
?coursetables.Item(16).Rows(0).Cells(0).innertext
returns
Page 1 of 2
Previous Page | Next Page
On the web page clicking manually on Next Page bring up the next page.
How can I find the object that can be clicked on in VBA (like clicking on a
button is done via myButton.click) to bring up the next page?
Thanks,
Stefi