Luth,
I finally got a chance to try your solution, but I get a Run Error.
The test run cannot continue due to a syntax error.
Expected end of statement
Line (57):This however works:
but, I must have every Document Type_# in my OR. this I was hoping to avoid.
Any thoughts?
thx
I finally got a chance to try your solution, but I get a Run Error.
The test run cannot continue due to a syntax error.
Expected end of statement
Line (57):
Code:
"Set TableObj = Browser("Wisdom").Page("WisdomLogin").Frame("parent").WebTable("Document Type").SetTOProperty "index", Gr*2+3".
Code:
NumGr = Gr*2+3
Set TableObj = Browser("Wisdom").Page("WisdomLogin").Frame("parent").WebTable("Document Type_" & NumGr)
Any thoughts?
thx