View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ed[_18_] Ed[_18_] is offline
external usenet poster
 
Posts: 118
Default IeTimer events not working in modeless Userform?

I set up a UserForm with some blinking buttons just as an indicator that
something is happening during long macro procedures. When I call just the
form, the buttons blink as desired. But when I call the form in a procedure
(called as vbModeless, followed by DoEvents), the buttons sit there and
never change. I know the IeTimer_Timer event is not getting called, because
all the buttons are initially red, then change to all blinking yellow or
green at the first event call. But they never change from red. Any
suggestions?

Ed