S
sa
Through VBA I want to place a large number of formula in Excel without it
calculating the formula and also updating the screen. Is there a way to turn
off the calculation of all formula while you are doing this and screen
updating.
You can use
application.screenupdating=false
but when you place the formula in the cell Excel updates the screen.
How can I get over this?
Is there a global variable to turn off both screenupdating and
recalculation?
Thanks for any help
calculating the formula and also updating the screen. Is there a way to turn
off the calculation of all formula while you are doing this and screen
updating.
You can use
application.screenupdating=false
but when you place the formula in the cell Excel updates the screen.
How can I get over this?
Is there a global variable to turn off both screenupdating and
recalculation?
Thanks for any help