|
-
Dec 23rd, 2002, 10:23 AM
#1
Thread Starter
Member
I think I know the answer, but I don't like it....
Here it is, lets say I have a bunch of activeX controls, all with the same name only a number (1 through 20) on the end. For example: ActiveXControl1, ActiveXControl2, ActiveXControl3, ....., ActiveXControl19, ActiveXControl20. Now what I want to do is loop through each object using a for loop or something along those lines. I know I can't do:
for i =0 to 20
ActiveXControl & i.someMethod (someArg)
next i
What can I do? If anything....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|