How to display status and keep code running

  • Thread starter Thread starter ExcelMan
  • Start date Start date
E

ExcelMan

Is there a way to display the status of a long-running piece of code, other
than on the status bar with Application.StatusBar?

What I want is one of those nice nonmodal forms in the middle of the screen
that keeps changing the message. Problem is, when I try to do this with a
regular form, and I execute frmName.Show, the code freezes -- as if it was a
MsgBox.

Anyway to display a form, but keep the code running?

Thanks.
 
Back
Top