I have a poject in which a frame, a clutch of 5x100 commandbutons and 5 labels are all designed on the fly (There is especial need for this mode of creation).

By using a class module and creating a buttongroup for the Commanbuttons, I have no problem clicking the buttons for desired actions.

The problem is that even where i created a seperate buttongroup for the Labels (for use in a different Class module), my code doesn't seem to recognize the names assigned to the Labels and hence ginding the macro to a halt anytime i wish to display a message

I hovever have contrived to get some result out by abadoning the creation of the labels on the fly idea and settled for ones created at design time. From the project's dynamics point of view, this solution is "inelegant" and can only be accommodated at great cost.

Does anyone know how I can get my "labels on the fly" to perform their roles ; to do this they must have their names recognized . TIA