08-03-2010, 01:18 PM
Hi Lotos,
You can make use of With....End With Statement.
For example,
You can make use of With....End With Statement.
For example,
Code:
With Browser().Page()
.WebEdit().Set ""
.Link().Click
End With