View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Userform.Hide not working

probaby because of the way you have written your code. Stepping through
the code does not enforce the same behavior. Do you have screenupdating set
to false?

--
Regards,
Tom Ogilvy

"ExcelMonkey" wrote in message
...
I have a routine which has a userform. I have a command
that sayss Userform.1.Hide which sometimes does not work
when I run the code. It works if I step through the
code. Why is this?