Userform - indication of activity

L

Libby

Hi there,

I'm familiar with creating progress bars and other animation to indicate
something is happening and the computer hasn't crashed.
All these methods require periodic updating of the objects at various stages.

I'm required to search over 100,000 rows and to do this I'm using the

set f = .find(what:=value) code

However there doesn't appear to be a way of updating objects when executing
this code and updating the dimensions of an object without interrupting it
and thus slowing it down.

Is there anyway in vba to have something twirling in the background to
demontrate activity without affecting the performance of this kind of search.

Static objects or the standard windows egg timer are not sufficient as users
are too often unable to tell if the thing has crashed. Consequently they
End-Task the program.
 
O

Office_Novice

You can try somthing simple lik change the user forms Back color to indicate
progress.
 

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