Here is more info on my current issue any help would be greatly appreciated.
This code allows me to click on the link but using the ChildItem you have to specify the row.
My problem is I need to access the row that is in the 7th column of the GetRowWithCellText description.
Tried different variables but no luck....I really need help!
I will also still need to have the script pull the find the request with the most recent date.
Thanks,
Brian
Code:
row = Browser("").Page("").WebTable("").GetRowWithCellText("GD APRS Nine,Internet,Jun 18 2010 4:57PM", 2, 7)
Set View = Browser("").Page("").WebTable("").ChildItem(3, 7, "Link", 1)
View.Click
This code allows me to click on the link but using the ChildItem you have to specify the row.
My problem is I need to access the row that is in the 7th column of the GetRowWithCellText description.
Tried different variables but no luck....I really need help!
I will also still need to have the script pull the find the request with the most recent date.
Thanks,
Brian