F
Frank
I have several groupboxes in a form, and I need to go
through them to check some things. Thus I have a Sub like
this:
Dim grpbox_temp As GroupBox
Dim cbox_temp As CheckBox
For Each grpbox_temp In Me.Controls
...
Now, I can compile this, but when I run it, I get an
error in the For Each statement: "The specified change is
invalid" (tranlated)
What am I doing wrong here?
Regards,
Frank
through them to check some things. Thus I have a Sub like
this:
Dim grpbox_temp As GroupBox
Dim cbox_temp As CheckBox
For Each grpbox_temp In Me.Controls
...
Now, I can compile this, but when I run it, I get an
error in the For Each statement: "The specified change is
invalid" (tranlated)
What am I doing wrong here?
Regards,
Frank