Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default Please Help!!! I sending my post again

Hi all,
I have a macro which does some kind of analysis for about 5 mins and
displays the result in a new sheet. I need to display a background animation
or a video file until the macro completes its operation. Is it possible to do
this using Excel VBA or is it out of scope of excel? If it is possible either
by excel or by any other means, pls send me the procedure to do same.
Hope i will get a reply this time.
Thanks a lot in advance.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Please Help!!! I sending my post again

Hi,

I personally feel that it might take up unecessary system resource

Are you usign a user form by any chance? If you are using a user form you
could use a progress bar to show the status?

Anand



"Madhavan" wrote:

Hi all,
I have a macro which does some kind of analysis for about 5 mins and
displays the result in a new sheet. I need to display a background animation
or a video file until the macro completes its operation. Is it possible to do
this using Excel VBA or is it out of scope of excel? If it is possible either
by excel or by any other means, pls send me the procedure to do same.
Hope i will get a reply this time.
Thanks a lot in advance.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,298
Default Please Help!!! I sending my post again

you can add a userform with a timer control. show the form modeless and have
the timer do something like increment a progress bar when it fires. show thje
form before the call is made to the analysis function.

"Madhavan" wrote:

Hi all,
I have a macro which does some kind of analysis for about 5 mins and
displays the result in a new sheet. I need to display a background animation
or a video file until the macro completes its operation. Is it possible to do
this using Excel VBA or is it out of scope of excel? If it is possible either
by excel or by any other means, pls send me the procedure to do same.
Hope i will get a reply this time.
Thanks a lot in advance.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default Please Help!!! I sending my post again

Thanks a lot Patrick and Anand,
That helped a lot.
Madhavan.R

"Patrick Molloy" wrote:

you can add a userform with a timer control. show the form modeless and have
the timer do something like increment a progress bar when it fires. show thje
form before the call is made to the analysis function.

"Madhavan" wrote:

Hi all,
I have a macro which does some kind of analysis for about 5 mins and
displays the result in a new sheet. I need to display a background animation
or a video file until the macro completes its operation. Is it possible to do
this using Excel VBA or is it out of scope of excel? If it is possible either
by excel or by any other means, pls send me the procedure to do same.
Hope i will get a reply this time.
Thanks a lot in advance.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re Post stew Excel Discussion (Misc queries) 2 December 15th 08 09:16 PM
ERROR sending the post CLR New Users to Excel 7 October 12th 06 06:44 PM
Should I generally request "post a poll" when I post a new thread? Joe Miller Excel Discussion (Misc queries) 2 January 7th 06 04:46 PM
why can't i have my VBA XLA post? Steven Excel Programming 1 February 18th 04 09:09 PM
Sending data as POST request to a Webserver via VBA Uwe Herrmann Excel Programming 6 December 10th 03 12:52 AM


All times are GMT +1. The time now is 11:01 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"