More than one action for a command button on userform

bt2086

New Member
Joined
May 31, 2012
Messages
33
How can I assign 2 different functions on one command button. For example, I want my save button on the form to save the data from the text into a worksheet as well as open a new form.
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
So, you want to have it take the text entered into the text boxes and place it on the worksheet. Then clear the textboxes for the person to enter new data?
 
Upvote 0
No, I want to have it take the text entered into the one of the cells in worksheet by clicking save. As soon as "save" button is clicked, I'd like to have the form closed and open a different form.
 
Upvote 0
use the "show" and "hide" commands

"userformname".hide

"userformname".show

For hide, input the form they are currently looking at then for show, input the name of the form you want to have them looking at.
 
Upvote 0

Forum statistics

Threads
1,203,075
Messages
6,053,393
Members
444,661
Latest member
liamoohay

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top