Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Bob gave me the following macro to switch from calculation auto to
calculation manual and works just fine. What I would like to next is to change the color of the button from Red if manual to Green if automatic. Can do? Sub ToggleCalculation() With Application If .Calculation = xlCalculationManual Then .Calculation = xlCalculationAutomatic Else .Calculation = xlCalculationManual End If End With End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Linking a cell to a toggle switch | Excel Programming | |||
Toggle switch between absolute and relative values creating a macr | Excel Discussion (Misc queries) | |||
Toggle on/off switch for x-y graph | Charts and Charting in Excel | |||
how to quickly toggle or switch to next worksheet | Excel Worksheet Functions | |||
How to toggle | Excel Programming |