View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected] aidan.heritage@virgin.net is offline
external usenet poster
 
Posts: 244
Default Displaying an image while code is running

On 4 Sep, 11:36, Bhupinder Rayat
wrote:
Hi All,

Is it possible to run an small jpeg or animated gif whilst execting a piece
of code?

I have some code that takes about 20 secs to run and I want an image to
appear whilst the code is running.

Any help will be much appreciated.

Thanks,

Pinda/


Display a user form would be the easiest way -my own preference is to
use the status bar to tell the user what is happening however.