The VBA program i am working on has a lot of activity such as a series of queries and then subsequent manipulation of the data. When this is all happening the screen is essentialy blank. I would like to produce something that would reassure the user that he hasn't been forgotten. I am thinking of something like the revolving cursor or the horizontal "thermometers" often seen in windows programs.
All my efforts have foundered on the realisation that I am asking the computer to do two things at once, ie run the vba code and the indicator.
So a message box is no good, it has to be dismissed before the program can continue.
I have searched for code fragments, but with no luck so far. Can any one help please.
John