You could use a For loop to loop thru each control, eg:
VB Code:
Dim iCount as Integer Dim hInp as ??? For iCount = 1 To (wb.Count - 1) Set hInp = wb(1).Document.blahblah hInp.Click Next iCount Set hInp= Nothing
|
Results 1 to 18 of 18
Thread: multi vars?Threaded View
|
Click Here to Expand Forum to Full Width |