07-16-2010, 09:24 AM
as 'aux' is variable you can not use it within double quotes, use concatenation when use this way, see below -
hope this helps.
Code:
Browser("Browser").Page("Page_4").Link("name:=Unicef -","html tag:=A","text:=Unicef -","Index:=" & aux).Click
hope this helps.