Is it possible to copy/clone all properties of a CommandButton using VBA code ?
I have defined a CommandButton and made it invisible when designing the UserForm.
Can I now, within my VBA code, create new Buttons cloned on that invisible Button, and just change the individual properties that I want to change, such as .Top & .Left ?!?
I have defined a CommandButton and made it invisible when designing the UserForm.
Can I now, within my VBA code, create new Buttons cloned on that invisible Button, and just change the individual properties that I want to change, such as .Top & .Left ?!?