Forum Discussion
gk1970
15 years agoOccasional Contributor
Thanks Jared. Please have a look at the following code,I am able to compare Invoice# as text and I need to click the link coming in some other cell corresponding to that row, which I am ..
PropArray = Array("Link")
ValuesArray = Array("500.00")
' Specifies the property values
'ValuesArray(0) = "Link"
'ValuesArray(1) = "500.00"
Set obj = pagefn.Find(PropArray, ValuesArray, 20000)
I guess the depth is 20,000,I mean to take that going thro' all the child objects.obj.Exists ,but returns false.
Am I missing something here ?
PropArray = Array("Link")
ValuesArray = Array("500.00")
' Specifies the property values
'ValuesArray(0) = "Link"
'ValuesArray(1) = "500.00"
Set obj = pagefn.Find(PropArray, ValuesArray, 20000)
I guess the depth is 20,000,I mean to take that going thro' all the child objects.obj.Exists ,but returns false.
Am I missing something here ?
Related Content
- 5 months ago
- 2 years ago
- 11 months ago
Recent Discussions
- 10 hours ago
- 11 hours ago