|
-
Nov 28th, 2011, 04:57 PM
#1
Thread Starter
New Member
For each label in me.controls
Is there anyway to have a for each statement that gets all of the labels in the form except for a few?
example i have
dim x as label
for each x in me.controls
x.tag = randomnumber
next
i want to get every label except for 2 of them (name1 and name2)
thanks for your help
Tags for this Thread
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
|