Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Does Excel provide a way to detect when a selection of formulas have
completed calculation or when a file save has completed ? I want to run a macro, save the file, run another macro and save the file again. However, before each save, all formulas must have completed calculation. Is this possible ? - Ronald K. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Aug 30, 3:06*pm, "kittronald" wrote:
* * Does Excel provide a way to detect when a selection of formulas have completed calculation or when a file save has completed ? * * I want to run a macro, save the file, run another macro and save the file again. * * However, before each save, all formulas must have completed calculation. * * Is this possible ? - Ronald K. sub runandsave() macro1 activeworkbook.save macro2 activeworkbook.save end sub |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The macro function
Calculate forces a recalculation of all your fields. So you can build that in to your sequence before you do your saves. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Don and Greg,
Thanks guys. After setting up a combination macro, I see that the calculations complete before the file save macro runs. - Ronald K. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I tell when a Shelled Process ends? | Excel Programming | |||
filter using "ends with" and 3 choices? Ex: ends with 1,2 or3 | Excel Worksheet Functions | |||
How to round of the value with ends zero(0) | Excel Programming | |||
How to count process running time ( process not finished) | Excel Programming | |||
How to count process running time ( process not finished) | Excel Programming |