View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Haim[_2_] Haim[_2_] is offline
external usenet poster
 
Posts: 8
Default Create a "running" message

Hi,

I'm working with Excel Visual Basic.

When activate the program the screen is "jumping"
due to the program action.
Its jump from one cell to another and to other worksheets
as well.

My Question:

If I have a loop
For I=1 to 100
Program
Next I

How can I freeze the screen and create a message
That will say "the program is in step "I" (The "I" from
the loop)
while the program is running.

I would like to say thank you very much for your help.
All your previous answers helped me a lot.

Thank you,

Haim.