Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
We recently upgraded our Office suite from 2003 to 2010 and noticed that one of our excel sheets has some issues using the SpinUp and SpinDown. It works but doesn't refresh automatically. Workbook set to automatic calcs... and i am wondering if it might be the code that is outdated. This is what we are using: Private Sub spn1_SpinUp() If Div1Assessment < DIVISION_ASSESSMENT_MAX Then Div1Assessment = Div1Assessment + 1 End If End Sub Private Sub spn1_SpinDown() If Div1Assessment DIV_ASSESSMENT_MIN Then Div1Assessment = Div1Assessment - 1 End If End Sub Any help is appreciated. Derick. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert 24/03/2010 date into 03/24/2010 date format | Excel Programming | |||
Excel 2010 | Excel Discussion (Misc queries) | |||
Form 4 Range of time from 1/20/2010 4:00 AM To 1/21/2010 10:00 AM | Excel Worksheet Functions | |||
Can't open workbook in excel 64 bit 2010 - but can in excel 2010 3 | Excel Programming |