M
mxleite
I have a design shape in a worksheet which when clicked runs a macro. This macro should call a user form. How would be code like for activating the user form?
Thanks
Thanks
macro should call a user form. How would be code like for activating themxleite said:I have a design shape in a worksheet which when clicked runs a macro. This
Harald Staff said:Try putting
Userform1.Show
in the macro
HTH. Best wishes Harald
macro should call a user form. How would be code like for activating the
user form?
I have a design shape in a worksheet which when clicked runs a macro. This macro should call a user form. How would be code like for activating the user form?