Command Button

  • Thread starter Thread starter Patty2005
  • Start date Start date
P

Patty2005

I need help.I have a set of tasks to be performed after the values ar
filled in the userform.The userform has three command button and If
click on Cancel button then those tasks of updating the sheet shoul
not be performed and it should exit sub.How do I do this
 
assuming that the Cancel button is CommandButton3:

Private Sub CommandButton3_Click()
Unload Me
End Su
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top