MsgBox taking a long time to clear from screen

  • Thread starter Thread starter sjharri
  • Start date Start date
S

sjharri

I have a spreadsheet with a MsgBox and an Ok button that takes a long
time to clear off the screen after the Ok button has been selected. In
fact another MsgBox appears over it. Is there anyway I can control the
speed with which the msgbox clears from the screen after the Ok button
has been pressed?

Thanks
Steve
 
Perhaps something else is happening. Can you post all your code?

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
I have a spreadsheet with a MsgBox and an Ok button that takes a long
time to clear off the screen after the Ok button has been selected. In
fact another MsgBox appears over it. Is there anyway I can control the
speed with which the msgbox clears from the screen after the Ok button
has been pressed?

Thanks
Steve

Maybe try a DoEvents right after the message box that isn't vanishing
when it should.

HTH

-semiopen
 

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