I have an Excel Userform and on it I have several Labels, some of which are on a Frame.
Is the following possible?
For each label [that is on the frame]
[code]
Next label
If yes, how do you do that? Or can you group some of them and then control them as members of that group like
For each label in [groupname]
[code]
Next label
? If yes, how do you do that? I tried to group them, but no success.
I would like that userform to serve as a user input interface with a dashboard-kind of thing on it too... Of course that would be much easier to do on a worksheet, but then you couldn't really make it look nice and userform-like, could you? (I.e. run as a small window without the menu or anything other than the area of what would be the "userform".)