Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
RealName: Hervé RICHARD
Hello NGs, My table has so many formulas, that the VBA code I wrote gets disregarded upon opening. If I write Application.CalculateFullRebuild or press F9, the whole table gets calculated only once... How can I switch on or off the calculation ? Thank you in advance for any constructive proposal. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In VBA
Application.Calculation = xlCalculationAutomatic and Application.Calculation = xlCalculationManual -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Froggy" wrote in message ... RealName: Hervé RICHARD Hello NGs, My table has so many formulas, that the VBA code I wrote gets disregarded upon opening. If I write Application.CalculateFullRebuild or press F9, the whole table gets calculated only once... How can I switch on or off the calculation ? Thank you in advance for any constructive proposal. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It works!!!
Thank you. "Bob Phillips" wrote: In VBA Application.Calculation = xlCalculationAutomatic and Application.Calculation = xlCalculationManual -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Froggy" wrote in message ... RealName: Hervé RICHARD Hello NGs, My table has so many formulas, that the VBA code I wrote gets disregarded upon opening. If I write Application.CalculateFullRebuild or press F9, the whole table gets calculated only once... How can I switch on or off the calculation ? Thank you in advance for any constructive proposal. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Windows().Activate vs Workbooks().Activate | Excel Programming | |||
Workbook.Activate / Window.Activate problem | Excel Programming | |||
How do I use a rounded calculation result in another calculation? | Excel Worksheet Functions | |||
How do I use a rounded calculation result in another calculation? | Excel Worksheet Functions | |||
range.calculation with UDF not working when calculation is set to automatic | Excel Programming |