Userform enable/disable

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

Guest

Hi there,
I have a userform which I "disable" after a submission with
Userform1.enabled=false. And after some calculations in another sub I have
Userform1.enabled=true. However the form is not enabled. Why?

I would appreciate if anybody could help me around this problem.

Thanks,
Ozgur
 
Try using the :
Userform.Hide and
Userfrom.Show instead

The user cannot alter the Userform if it is NOT displayed.

Corey....
 

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