Option Button Caption to be picked from Cell Value

ateebali

Board Regular
Joined
Dec 13, 2018
Messages
108
Dear Sir
I just need a way out that option button caption / name should be pick from cell values;

Like option button 1 should be linked with Cell A1 accordingly Option Button 7 linked with Cell A7

When we changed values in cell, option button caption may also be changed.

Regards

 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
Is this part of a vba script your working on?
What type Option button?

A Userform Option Button
A Activex Option Button
A Form control Option Button

Would you like to explain what your ultimate goal is?
 
Upvote 0
Last edited:
Upvote 0
Yes sir need vb code, i will link it with button

It is A Form control Option Button
I want to link this with Cell Values for example, Sheet2 Range A1:A10
When There is value in A1
Option Button 1 caption to be changed to Cell Value A1
Similarly Option Button 10 caption to be changed / linked with cell value a10

If cell values is A1:A2 only two option button should be displayed
If cell values is A1:A8, all 08 values to be displayed in option button

 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,491
Messages
6,125,098
Members
449,205
Latest member
ralemanygarcia

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