Custom Form Closing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a custom information input form with two buttons: Reset and Show
Disclosures. I need the Show Dislosures button upon clicking on it take the
data entered, populate the spreadsheet and close the form.
While I have completed the first functionality, I can't figure out how to
close the form without closing the Excel Worksheet or Workbook.
Please help.
 
Usually you just do the following:

UserForm1.Hide

Unless Iam missing something; if this doesn't work please elaborate.
 
Thank you so much! I just got fixated on the "closing" and didn't think that
it could be so simple.
Thank you again!
 

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