Hello all
I have an excel form which has 5 frames and each one is named
Frame1
Frame2
Frame3
Frame4
Frame5
When i run the VBA to activate the user form you can see these names
Is there a way please to hide the names
I have tried
Frame1.visible = False
But this is not working
I have an excel form which has 5 frames and each one is named
Frame1
Frame2
Frame3
Frame4
Frame5
When i run the VBA to activate the user form you can see these names
Is there a way please to hide the names
I have tried
Frame1.visible = False
But this is not working