Try this out:
This might do...... the error might be because of '|' symbol... u might need to suppress the special characters so that qtp recognize them...
Thanks ,
Harish Shenoy
Code:
Set alllink=Description.Create
alllink("micclass").value="Link"
Set objlink=Browser("title:=CCAMS.*").Page("title:=CCAMS.*").ChildObjects(alllink)
msgbox objlink.countThanks ,
Harish Shenoy

