Hi all -
This is my first post to the forums although I have already found tons of useful information on here in the past. My question is related to building a web scraping macro. I have gotten as far as navigating to the website, entering username and password, selecting the 1st hyperlink, but now am stuck on trying to expand embedded tables so I can export them to excel. To be clear there are 100+ tables I want to be able to expand and dump to some location. The problem is the hyperlinks do not seem to be named and I cannot figure how else to direct the code to click these. I would think there is a loop I could write that would expand, save, expand, save as I am thinking each of these hyperlinks are identified similarly.
I am very new to navigating IE with VBA so any help would be greatly appreciated! The "inspect element" data is below.
<span ng-show="(column.isEditable && !cell.isInEditMode) || !column.isEditable" class="ng-binding"> 7<!-- ngIf: cell.isCellWithLink.length --></span>
This is my first post to the forums although I have already found tons of useful information on here in the past. My question is related to building a web scraping macro. I have gotten as far as navigating to the website, entering username and password, selecting the 1st hyperlink, but now am stuck on trying to expand embedded tables so I can export them to excel. To be clear there are 100+ tables I want to be able to expand and dump to some location. The problem is the hyperlinks do not seem to be named and I cannot figure how else to direct the code to click these. I would think there is a loop I could write that would expand, save, expand, save as I am thinking each of these hyperlinks are identified similarly.
I am very new to navigating IE with VBA so any help would be greatly appreciated! The "inspect element" data is below.
<span ng-show="(column.isEditable && !cell.isInEditMode) || !column.isEditable" class="ng-binding"> 7<!-- ngIf: cell.isCellWithLink.length --></span>