Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default Changing the Spin Button Interval

How do I change the spin button interval? Right now when I click it it
always moves up or down by 1, while I want it to move by 0.05.

Thanks

Adam Bush
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,441
Default Changing the Spin Button Interval

Adam,

From Help:

A Spinbutton returns: "An integer between the values specified for the Max and Min properties."

So, you cannot use an interval less than 1. But you can simply divide the returned value by 20, and
increase the values of the Max and Min by factors of 20 to compensate.

HTH,
Bernie
MS Excel MVP


" m wrote in message
...
How do I change the spin button interval? Right now when I click it it
always moves up or down by 1, while I want it to move by 0.05.

Thanks

Adam Bush



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default Changing the Spin Button Interval

Thanks for your help Bernie. That's what I figured.

Adam Bush

"Bernie Deitrick" wrote:

Adam,

From Help:

A Spinbutton returns: "An integer between the values specified for the Max and Min properties."

So, you cannot use an interval less than 1. But you can simply divide the returned value by 20, and
increase the values of the Max and Min by factors of 20 to compensate.

HTH,
Bernie
MS Excel MVP


" m wrote in message
...
How do I change the spin button interval? Right now when I click it it
always moves up or down by 1, while I want it to move by 0.05.

Thanks

Adam Bush




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
spin boxes Pé Excel Worksheet Functions 1 October 14th 06 10:03 PM
Spin button in a work sheet - how do I make it work? [email protected] Excel Worksheet Functions 1 April 7th 05 08:43 PM
spin button value tina Excel Discussion (Misc queries) 2 March 17th 05 02:11 PM
Set Increment on Spin Button to 0.1 Mark Excel Discussion (Misc queries) 1 March 14th 05 11:22 AM
How do I setup a spin button in excel Andy K Excel Discussion (Misc queries) 1 November 26th 04 09:08 PM


All times are GMT +1. The time now is 06:25 PM.

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"