How to display status and keep code running

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.
 

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

Top