Pulling data from a webpage with multiple table pages
Hey Folks,I am pulling data from a webpage but running into a problem, I cant provide the web address due to IP.when i pull the page it opens a table but not all the rows - it opens the first 1000 rows: open("URL", HTML Table(2));The problem is it has 3 pages if that makes sense see screen shot my question is how do I pull the next two pages?
Thank you