Add Slider/Bar

young engineer

Board Regular
Joined
Mar 3, 2009
Messages
100
I would like to add a slider/knob in a particular cell, with a range from 0 to 14 with increments of 0.1.
How do i go about doing this. I am using excel 2007
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Developer Tab > Insert Active X scroll bar

Draw it wherever you like.

RIght click it, choose Properties.

Set Min to 0, Max to 140, Small Change to 1 and Large Change to 1

Link it to a cell, e.g. A1 (not your ultimate destination cell)

Developer Tab > click out of Design Mode

In your ultimate destination cell, enter =A1/10
 
Upvote 0
I need the incremental changes to be 0.1. I does not allow me to do this, it only allows whole number changes.I cannot link it to the cell. I think this requires a code in the vb editor to work aswell.
 
Upvote 0
That's why I said set the Small and Large Change to 1.

Link it to a cell which is NOT the cell you want to change.

Then in the cell you want to change, enter =A1/10, where A1 is the cell to which the scroll bar is linked.

To link the scroll bar to A1, just type A1 in the Linked Cell field of the Properties box.

No VBA required.

HTH
 
Upvote 0

Forum statistics

Threads
1,214,661
Messages
6,120,797
Members
448,994
Latest member
rohitsomani

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top