Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Running Macro in Excel

When running macros in excel, some run from several seconds to minutes
depending on the amount of data. Is there a way to show a progress
bar showing the percent of completion of the macro like when a file is
downloading from the internet.

Thanks in advance
Randy
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 156
Default Running Macro in Excel

Hi,

the best way is to put a progress bar control on a non-modal userform that
you load at the start of the procedure, and update the value either in the
loops that take time, or just after each big step.

There are also some other cool options on many good sites such as Stephen
Bullens: http://www.BMSLtd.co.uk

and Chip Pearspn too: http://www.cpearson.com/excel/whatsnew.htm

HTH

Philip


"Randy" wrote:

When running macros in excel, some run from several seconds to minutes
depending on the amount of data. Is there a way to show a progress
bar showing the percent of completion of the macro like when a file is
downloading from the internet.

Thanks in advance
Randy

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,120
Default Running Macro in Excel

Take a look at http://j-walk.com/ss/excel/tips/tip34.htm

--
HTH

-------

Bob Phillips
"Randy" wrote in message
om...
When running macros in excel, some run from several seconds to minutes
depending on the amount of data. Is there a way to show a progress
bar showing the percent of completion of the macro like when a file is
downloading from the internet.

Thanks in advance
Randy



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 205
Default Running Macro in Excel

Hi Philip,

There are also some other cool options on many good sites such as Stephen
Bullens: http://www.BMSLtd.co.uk


Thanks for the plug, but my site is now at http://www.oaltd.co.uk

Regards

Stephen Bullen
Microsoft MVP - Excel
www.oaltd.co.uk


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
Running a Macro automatically from Excel Brakeshoe Excel Worksheet Functions 1 July 13th 05 11:23 PM
Excel macro running out of memory. [email protected] Excel Programming 1 October 12th 04 11:14 PM
Running a excel macro from VB6 Bimal[_3_] Excel Programming 2 February 17th 04 02:37 PM
Launch Macro in Access via Macro running in Excel??? dgrant Excel Programming 1 September 24th 03 01:38 PM
Running Excel Macro from VB6 Rick Griffith Excel Programming 2 August 13th 03 07:05 PM


All times are GMT +1. The time now is 12:13 AM.

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

About Us

"It's about Microsoft Excel"