Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All
I am trying to have VBA fill down a formula in a column but, I need it to check to see if the Formula is done calculating before moving to the below cell. Any ideas Thanks in advance Aaron |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Why? Wouldn't it be better to turn off all calculation at the start of your
macro and turn it back on at the end. Application.Calculation = xlCalculateManual your code Application.Calculation = xlCalculateautomatic -- Don Guillett SalesAid Software "Aaron" wrote in message ... Hi All, I am trying to have VBA fill down a formula in a column but, I need it to check to see if the Formula is done calculating before moving to the below cell. Any ideas? Thanks in advance, Aaron |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The next rows calculation is determined by the previous rows
Thanks Aaro ----- Don Guillett wrote: ---- Why? Wouldn't it be better to turn off all calculation at the start of you macro and turn it back on at the end Application.Calculation = xlCalculateManua your cod Application.Calculation = xlCalculateautomati -- Don Guillet SalesAid Softwar "Aaron" wrote in messag .. Hi All I am trying to have VBA fill down a formula in a column but, I need it t check to see if the Formula is done calculating before moving to the belo cell. Any ideas Thanks in advance Aaro |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
not calculating zero | Excel Discussion (Misc queries) | |||
calculating | Excel Worksheet Functions | |||
Calculating APY for CD | New Users to Excel | |||
Calculating age. | Excel Worksheet Functions | |||
Calculating recurring date in following month, calculating # days in that period | Excel Worksheet Functions |