P
Puppet_Sock
So my Excel app has VBA code that does a long file read and update
operation. This can take up to one hour. And the client wants it to
show a "please wait" message while it is doing this to help assure
that it isn't just hung.
So I added a non-modal user form with the message. Put it up on the
screen before the work starts, and unload it again after the work is
done.
My problem is, the form does not finish redrawing before the work
starts. And by then, Excel is sucking all the CPU doing the work, so
the form does not redraw. It shows an empty frame the entire time.
Which just makes it look more like things have hung rather than less.
So: What do folks do to show a "please wait" message during long
operations?
socks
operation. This can take up to one hour. And the client wants it to
show a "please wait" message while it is doing this to help assure
that it isn't just hung.
So I added a non-modal user form with the message. Put it up on the
screen before the work starts, and unload it again after the work is
done.
My problem is, the form does not finish redrawing before the work
starts. And by then, Excel is sucking all the CPU doing the work, so
the form does not redraw. It shows an empty frame the entire time.
Which just makes it look more like things have hung rather than less.
So: What do folks do to show a "please wait" message during long
operations?
socks