08-02-2010, 11:38 PM
HI galstar,
You can parameterize the Link object, but we have to use the Descriptive Program or "SetToProperty" in order to work with that.
Descriptive Program:
'in the global sheet Create column with name as "LinkName" and enter your Link names in that column.
Now try to work with Link.
Please let me know if you need any more information on this.
You can parameterize the Link object, but we have to use the Descriptive Program or "SetToProperty" in order to work with that.
Descriptive Program:
'in the global sheet Create column with name as "LinkName" and enter your Link names in that column.
Now try to work with Link.
Code:
Browser("").Page("").Link("name:="& Datatable("LinkName",dtglobalsheet).Highlight
SetToProperty:
Browser("").Page("").Link("ORLink").SetToProperty "name",Datatable("LinkName",dtglobalsheet)
Browser("").Page("").Link("ORLink").Highlight
Please let me know if you need any more information on this.
Thanks,
SUpputuri
SUpputuri