View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ozgur Pars[_2_] Ozgur Pars[_2_] is offline
external usenet poster
 
Posts: 70
Default Userform enable/disable

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