I am getting a general run error on the "Set Links" portion of this function... Can somebody please help? Thanks.
Function fnMatchLink(ExpectedStr, LinkTag, LinkClass)
Dim oMatchLink, LinkItem, w, LinkFound, ButtonClick, Links
Set oMatchLink = Description.Create()
oMatchLink("micclass").Value = "Link"
oMatchLink("html tag").Value = LinkTag
oMatchLink("class").Value = LinkClass
Set Links = varPageTreeFrame.ChildObjects(oMatchLink)



LinkBack URL
About LinkBacks
Reply With Quote