what is the code for:
when i press a button, it automatically opens up sheet1 or another userform
Printable View
what is the code for:
when i press a button, it automatically opens up sheet1 or another userform
sheets("sheet1").activate
or
userform1.show
thank you!