Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have the following code. The trouble is that it is not calculating the sum.
The figure in cell BY7 is not changing...................Any ideas?? Private Sub SpinButton2_Change() Application.Calculation = xlCalculationManual Worksheets("Sheet4").Range("BY7").Value = SpinButton2.Value Worksheets("Sheet4").Range("BY6").Value = ((Worksheets("Sheet4").Range("BY2") - Worksheets("Sheet4").Range("BY7")) * 28) Application.Calculation = xlCalculationAutomatic End Sub ps: There is a textbox that is linked to cell BY7. It just displays the value by code. -- Tdp |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF Function - Calculation not working | Excel Worksheet Functions | |||
Calculation not working | New Users to Excel | |||
Auto Calculation not working | Excel Worksheet Functions | |||
Calculation with Working day of the year | Excel Discussion (Misc queries) | |||
Automatic calculation is not working | Excel Discussion (Misc queries) |