Wednesday, July 13, 2011

How to find number of WebEdit objects on a web page

Set Desc = Description.Create()
Desc("micclass").Value = "WebEdit"
Set Edits = Browser("Google Sets").Page("Google Sets").ChildObjects(Desc)
MsgBox "Number of Edits: " & Edits.Count ad

No comments: