Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi. I have a procedure that takes about 3 minutes to run on my machine, but
takes about 5 minutes on a "standard issue" machine. The code loops through 10 sheets. Is there a way to incorporate code that provides the end user with a % complete indicator? Something (maybe a modeless message box, or in the status indicator bar) that would update after each sheet loop in increments of 10% (simple math for 10 sheets). Thanks! My code looks like this: Set shtarray = Sheets(Array("Sheet1", "Sheet1",....., "Sheet10")) For Each sh In shtarray With sh x = .Cells(Rows.Count, "B").End(xlUp).Row ..Rows(2).Copy .Rows("5:" & x) End With Next |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
auto complete | Excel Worksheet Functions | |||
Auto complete | Excel Worksheet Functions | |||
How do I complete increments of time in column A by say 9 min? | Excel Discussion (Misc queries) | |||
Subtotalling taking long time to complete | Excel Worksheet Functions | |||
Percent Complete? | Excel Discussion (Misc queries) |