Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default SpinUp & SpinDown in Excel 2010

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.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert 24/03/2010 date into 03/24/2010 date format Nitesh Excel Programming 3 June 5th 10 10:44 AM
Excel 2010 Wanna Learn Excel Discussion (Misc queries) 3 May 14th 10 04:20 PM
Form 4 Range of time from 1/20/2010 4:00 AM To 1/21/2010 10:00 AM Peter Gonzalez[_2_] Excel Worksheet Functions 2 January 26th 10 06:58 PM
Can't open workbook in excel 64 bit 2010 - but can in excel 2010 3 Darrell[_2_] Excel Programming 0 January 12th 10 08:53 PM


All times are GMT +1. The time now is 03:38 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"