![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Mar 2002
Posts: 76
|
Can we freeze calculations on one spreadsheet depending on a toggle switch.
My spreadsheets are big and that could save me time when i press f9 in the manual mode. Thanks in advance |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Tools | Options... Calculation Manual
|
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Mar 2002
Posts: 76
|
Manual mode freezes calculation of all sheets. I want to selectively freeze calculations! Liek Sheet1 should update when I press F9 while sheet2 shouldnot.
|
|
|
|
|
|
#4 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Bogota, Colombia
Posts: 11,927
|
Control F9 calculates only the active sheet.
|
|
|
|
|
|
#5 |
|
Board Regular
Join Date: Mar 2002
Posts: 76
|
can this be done in VBa code. I mean this control f9!
|
|
|
|
|
|
#6 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Bogota, Colombia
Posts: 11,927
|
ActiveSheet.Calculate
wasn't that difficult ? |
|
|
|
|
|
#7 |
|
Board Regular
Join Date: Mar 2002
Posts: 76
|
thanks,
deceptively simple |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|