Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi,
what is the pupose of having the following two lines at the beginning Application.ScreenUpdating = False Application.Calculation = xlCalculationManual and the following two lines at the end of the Codes for VB? Application.Calculation = xlCalculationAutomatic Application.ScreenUpdating = True thanx |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
It speed up the running of the macro because it does not have to wait for
the cell values to be calculated of the screen changed as the macro makes changes. -- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings Replace @mailinator.com with @tiscali.co.uk "peyman" wrote in message ... hi, what is the pupose of having the following two lines at the beginning Application.ScreenUpdating = False Application.Calculation = xlCalculationManual and the following two lines at the end of the Codes for VB? Application.Calculation = xlCalculationAutomatic Application.ScreenUpdating = True thanx |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
thanx Sandy.
"Sandy Mann" wrote: It speed up the running of the macro because it does not have to wait for the cell values to be calculated of the screen changed as the macro makes changes. -- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings Replace @mailinator.com with @tiscali.co.uk "peyman" wrote in message ... hi, what is the pupose of having the following two lines at the beginning Application.ScreenUpdating = False Application.Calculation = xlCalculationManual and the following two lines at the end of the Codes for VB? Application.Calculation = xlCalculationAutomatic Application.ScreenUpdating = True thanx |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro Question | Excel Discussion (Misc queries) | |||
question on macro | Excel Discussion (Misc queries) | |||
Macro question | Excel Worksheet Functions | |||
Macro Question | Excel Worksheet Functions | |||
Question about macro | Excel Discussion (Misc queries) |