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![]()


Reply With Quote
