ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Reset Spin Button (https://www.excelbanter.com/excel-programming/380376-reset-spin-button.html)

stewdizzle

Reset Spin Button
 
I am creating a "What If" worksheet to show my employees the impact new
member signups has on our overall percentages. This involves a spin
button to increase or decrease the number of signups. Is there a way,
macro or otherwise, i can have a button to reset the value of the spin
button to 0.


[email protected]

Reset Spin Button
 
Set the spin button's value to zero from any method. If you want it to
be kicked off by a button click, put the line of code (i.e.
SpinButton1.Value = 0) in the Click event of the command button.

stewdizzle wrote:
I am creating a "What If" worksheet to show my employees the impact new
member signups has on our overall percentages. This involves a spin
button to increase or decrease the number of signups. Is there a way,
macro or otherwise, i can have a button to reset the value of the spin
button to 0.



stewdizzle

Reset Spin Button
 
Thanks Jeff did exactly what i wanted to do.

wrote:
Set the spin button's value to zero from any method. If you want it to
be kicked off by a button click, put the line of code (i.e.
SpinButton1.Value = 0) in the Click event of the command button.

stewdizzle wrote:
I am creating a "What If" worksheet to show my employees the impact new
member signups has on our overall percentages. This involves a spin
button to increase or decrease the number of signups. Is there a way,
macro or otherwise, i can have a button to reset the value of the spin
button to 0.




All times are GMT +1. The time now is 03:04 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com