#1   Report Post  
Anauna
 
Posts: n/a
Default Spinner Button Reset

I am using a spinner button to increase/decrease values in a chart. Is
there a way to reset the spinner so that it returns to it's original (lowest)
value without having to use the up/down arrows or knowing what value you
started at?
--
Thank-you and all suggestions are appreciated.
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

Using code you just set the value to 1

Spinbutton1.value =1

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Anauna" wrote in message
...
I am using a spinner button to increase/decrease values in a chart. Is
there a way to reset the spinner so that it returns to it's original

(lowest)
value without having to use the up/down arrows or knowing what value you
started at?
--
Thank-you and all suggestions are appreciated.



  #3   Report Post  
Louise
 
Posts: n/a
Default

Hi all

I don't mean to sound ignorant but what's a Spinner Button???

Thanks.

Louise

"Bob Phillips" wrote:

Using code you just set the value to 1

Spinbutton1.value =1

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Anauna" wrote in message
...
I am using a spinner button to increase/decrease values in a chart. Is
there a way to reset the spinner so that it returns to it's original

(lowest)
value without having to use the up/down arrows or knowing what value you
started at?
--
Thank-you and all suggestions are appreciated.




  #4   Report Post  
Bob Phillips
 
Posts: n/a
Default

It is a control that you can add to a worksheet or a userform that has an up
and a down arrow on it. Clicking the up arrow increments the spinbutton
value, clicking the down arrow ... well I am sure you can work that one.

You can use the value of the Spinbutton in another control, such as a
textbox as a means of quickly cycling through some values (I forgot to
mention that the Spinbutton also has max and min value properties, which
helps bound the cycle).

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Louise" wrote in message
...
Hi all

I don't mean to sound ignorant but what's a Spinner Button???

Thanks.

Louise

"Bob Phillips" wrote:

Using code you just set the value to 1

Spinbutton1.value =1

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Anauna" wrote in message
...
I am using a spinner button to increase/decrease values in a chart.

Is
there a way to reset the spinner so that it returns to it's original

(lowest)
value without having to use the up/down arrows or knowing what value

you
started at?
--
Thank-you and all suggestions are appreciated.






  #5   Report Post  
Louise
 
Posts: n/a
Default

Thanks, Bob.

How do you create one??

Louise

"Bob Phillips" wrote:

It is a control that you can add to a worksheet or a userform that has an up
and a down arrow on it. Clicking the up arrow increments the spinbutton
value, clicking the down arrow ... well I am sure you can work that one.

You can use the value of the Spinbutton in another control, such as a
textbox as a means of quickly cycling through some values (I forgot to
mention that the Spinbutton also has max and min value properties, which
helps bound the cycle).

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Louise" wrote in message
...
Hi all

I don't mean to sound ignorant but what's a Spinner Button???

Thanks.

Louise

"Bob Phillips" wrote:

Using code you just set the value to 1

Spinbutton1.value =1

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Anauna" wrote in message
...
I am using a spinner button to increase/decrease values in a chart.

Is
there a way to reset the spinner so that it returns to it's original
(lowest)
value without having to use the up/down arrows or knowing what value

you
started at?
--
Thank-you and all suggestions are appreciated.








  #6   Report Post  
Dave Peterson
 
Posts: n/a
Default

There are two spinnerbuttons that you can put on a worksheet.

If you show the Forms toolbar and the control toolbox toolbar, you can let your
cursor linger over the icons.

When you see "Spinner" (on the Forms toolbar) or "Spin Button" (on the Control
toolbox toolbar), click on it.

Then back to the worksheet and draw a little box (you can resize it later).

If you chose the spinner from the forms toolbar, right click on it and choose
format control. There are lots of tabs where you can set stuff (especially the
Control tab).

If you chose the spin button from the Control Toolbox Toolbar, right click on it
and choose Properties. You can scroll through that list of properties and see
lots of stuff you can change.

Louise wrote:

Thanks, Bob.

How do you create one??

Louise

"Bob Phillips" wrote:

It is a control that you can add to a worksheet or a userform that has an up
and a down arrow on it. Clicking the up arrow increments the spinbutton
value, clicking the down arrow ... well I am sure you can work that one.

You can use the value of the Spinbutton in another control, such as a
textbox as a means of quickly cycling through some values (I forgot to
mention that the Spinbutton also has max and min value properties, which
helps bound the cycle).

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Louise" wrote in message
...
Hi all

I don't mean to sound ignorant but what's a Spinner Button???

Thanks.

Louise

"Bob Phillips" wrote:

Using code you just set the value to 1

Spinbutton1.value =1

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Anauna" wrote in message
...
I am using a spinner button to increase/decrease values in a chart.

Is
there a way to reset the spinner so that it returns to it's original
(lowest)
value without having to use the up/down arrows or knowing what value

you
started at?
--
Thank-you and all suggestions are appreciated.







--

Dave Peterson
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
Making a template with reset button Lisa Excel Discussion (Misc queries) 1 February 17th 05 11:13 PM
Command Button VBA code Dave Peterson Excel Discussion (Misc queries) 2 January 25th 05 11:28 PM
Macro to simply bring up the Find dialogue box?? marika1981 Excel Discussion (Misc queries) 14 January 14th 05 10:47 PM
Spinner Button properties Ledge1 Excel Discussion (Misc queries) 1 December 8th 04 12:15 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 11:08 PM.

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

About Us

"It's about Microsoft Excel"