rallan
09-05-2000, 03:26 PM
Using the For Each loop.
I need to change the property of a control on any form. But only a certin type of control.
For exapmle I want to change all captions for command buttons to "ZZZ". If I do it by "FOR EACH Control in FORM1" all my label's would also change to "ZZZ".
I don't want to do that
I need to change the property of a control on any form. But only a certin type of control.
For exapmle I want to change all captions for command buttons to "ZZZ". If I do it by "FOR EACH Control in FORM1" all my label's would also change to "ZZZ".
I don't want to do that