Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am writing a macro for a workbook that has
a "Calculation" worksheet. There is a Loop procedure that passes numbers through this "Calculation" worksheet and each time, the output is copied to a different worksheet. It looks like the copy part is happening before the "Calculation" worksheet can finish calculating. Is there a way to pause the procedure until the worksheet is done calculating? Thanks. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
application.enableevents=false
your code reset to true -- Don Guillett SalesAid Software wrote in message ... I am writing a macro for a workbook that has a "Calculation" worksheet. There is a Loop procedure that passes numbers through this "Calculation" worksheet and each time, the output is copied to a different worksheet. It looks like the copy part is happening before the "Calculation" worksheet can finish calculating. Is there a way to pause the procedure until the worksheet is done calculating? Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Worksheet/General Procedure problem | Excel Discussion (Misc queries) | |||
Spreadsheet pausing,calculating cells,up2 100%,each input,why? | Excel Discussion (Misc queries) | |||
Worksheet change sub procedure | Excel Programming | |||
Using VBA to track changes in a worksheet - help! Event procedure?? | Excel Programming | |||
Excel code to Wait until Word finishes printing before closing | Excel Programming |