Oops – sorry about the size Hans., esp since I replaced with a another large one after you had altered it – did not intend it to be so large, will generate a smaller one shortly.
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
Select sheet via Option Button (XP / SP2)
Home » Forums » AskWoody support » Productivity software by function » MS Excel and spreadsheet help » Select sheet via Option Button (XP / SP2)
- This topic has 6 replies, 2 voices, and was last updated 19 years, 7 months ago.
Viewing 0 reply threadsAuthorReplies-
WSDDS
AskWoody LoungerNovember 15, 2005 at 9:26 am #985203Edited by HansV to reduce huge screenshot in size (it caused horizontal scrolling). Please don’t post images over 640×480 pixels in size.
Novice VBA here
Have an OptionButton group, with one OptionButton for each data sheet in a workbook. Each OptionButton has the name of the datasheet it refers to (eg. if sheets are “D1”, “D2”, “D3”, then the OptionButton names(? text) are “D1”, “D2”, “D3”. See actual example attached
Have a macro that scans the sheet names & generates the OptionButtons accordingly. Done that, works fine (via “Add Option Buttons” in example).
On selecting a particular OptionButton, I want want the assigned macro to go and get data from the same named sheet & paste it into another (“Data” in the example. The data is plotted in the chart on sheet “Plot”). ie. using the OptionButtions to change the data displayed in the chart.
Bit I am stuck on, is getting the name of the OptionButton so that the macro can select the correct sheet; eg Have tried various options such as
Sheets(ActiveSheet.OptionButtons.Name).Select
and
Sheets(Selection.Characters.Text).Select
etc to no effect. Also tried
Dim SheetName As String
SheetName = Selection.Characters.Text ‘ ie I wont this to be the name of the OptionButton that was selected
Sheets(SheetName).SelectStill no chop.
Any suggestions?
-
WSHansV
AskWoody LoungerNovember 15, 2005 at 9:39 am #985205Have the option buttons been created from the Forms toolbar? If so, they are shapes with names such as Option Button 2, etc. This is not the same as the caption (the displayed text). You can find these names in the Immediate window:
– Right click an option button to select it.
– Switch to the Visual Basic Editor (Alt+F11)
– Activate the Immediate window (Ctrl+G)
– Type ? Selection.Name and press Enter.You can assign macros to each of the option buttons with code like the following, with the appropriate names substituted:
Sub OptionButton2_Click()
If ActiveSheet.Shapes(“Option Button 2”).ControlFormat.Value = 1 Then
‘ code to be executed if Option Button 2 is “on”
…
End If
End SubSub OptionButton3_Click()
If ActiveSheet.Shapes(“Option Button 3”).ControlFormat.Value = 1 Then
‘ code to be executed if Option Button 3 is “on”
…
End If
End SubSub OptionButton4_Click()
If ActiveSheet.Shapes(“Option Button 4”).ControlFormat.Value = 1 Then
‘ code to be executed if Option Button 4 is “on”
…
End If
End Sub -
WSDDS
AskWoody LoungerNovember 15, 2005 at 10:10 am #985211re: “Have the option buttons been created from the Forms toolbar? … names such as Option Button 2.”
Originally yes, but creation now via macro lines
For lCount = 4 To lShtLast
lTop = lTop + lInc
ActiveSheet.OptionButtons.Add(lLeft, lTop, 150#, 14#).Select
Selection.Characters.Text = Sheets(lCount).Name
Selection.OnAction = “Macro7”
Next lCountThat works well.
“? Selection.Name” in the Immediate window yields “Option Button 72” because have created lots of buttons. That name will keep changing each time I change the data & create new buttons.
Now trying to get “Macro7” to work. Hoped to use same Macro for all OptionButtons, as could have up to 30 sheets or so (= c. 30 OptionButtons) – actual number will vary. Each sheet is a result from another (Fortran) program. Buttons created automatically via the above code after results of several analyses have been assembled into a new workbook, Hoped that I would not have to create a macro for each button as well.
Code in “Macro7” is just:
SheetName = Selection.Name ‘ This is problem line – want “SheetName” = selected option button name
Sheets(SheetName).Select
Range(“A1:I1”).Select
Range(Selection, Selection.End(xlDown)).Select
Selection.Copy
Sheets(“Data”).Select
Range(“A1”).Select
ActiveSheet.Paste
Sheets(“Plot”).Select
Range(“A1”).SelectGuess I am needing the OptionButton caption text?
David
-
-
Viewing 0 reply threads -

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
win 10 to win 11 with cpu/mb replacement
by
aquatarkus
34 minutes ago -
How to Assess the Quality of Cheap Dissertation Help? (Awaiting moderation)
by
lillylane
1 hour, 5 minutes ago -
Install Office 365 Outlook classic on new Win11 machine (Awaiting moderation)
by
WSrcull999
2 hours, 56 minutes ago -
Install Office 365 Outlook classic on new Win11 machine (Awaiting moderation)
by
WSrcull999
3 hours, 3 minutes ago -
re-install Windows Security
by
CWBillow
1 hour, 17 minutes ago -
WWDC 2025 Recap: All of Apple’s NEW Features in 10 Minutes!
by
Alex5723
4 hours, 58 minutes ago -
macOS Tahoe 26
by
Alex5723
1 hour, 19 minutes ago -
Migrating from win10 to win11, instructions coming?
by
astro46
6 hours, 10 minutes ago -
Device Eligibility for Apple 2026 Operating Systems due this Fall
by
PKCano
5 hours, 44 minutes ago -
Recommended watching : Mountainhead movie
by
Alex5723
18 hours, 30 minutes ago -
End of support for Windows 10
by
Old enough to know better
3 hours, 52 minutes ago -
What goes on inside an LLM
by
Michael Covington
2 hours, 56 minutes ago -
The risk of remote access
by
Susan Bradley
8 hours, 35 minutes ago -
The cruelest month for many Office users
by
Peter Deegan
15 hours, 8 minutes ago -
Tracking protection and trade-offs in Edge
by
Mary Branscombe
20 hours, 44 minutes ago -
Supreme Court grants DOGE access to confidential Social Security records
by
Alex5723
1 day, 3 hours ago -
EaseUS Partition Master free 19.6
by
Alex5723
3 hours, 59 minutes ago -
Microsoft : Edge is better than Chrome
by
Alex5723
1 day, 16 hours ago -
The EU launched DNS4EU
by
Alex5723
2 days, 5 hours ago -
Cell Phone vs. Traditional Touchtone Phone over POTS
by
280park
1 day, 19 hours ago -
Lost access to all my networked drives (shares) listed in My Computer
by
lwerman
2 days, 10 hours ago -
Set default size for pasted photo to word
by
Cyn
2 days, 16 hours ago -
Dedoimedo tries 24H2…
by
Cybertooth
2 days, 4 hours ago -
Windows 11 Insider Preview build 27871 released to Canary
by
joep517
3 days, 15 hours ago -
Windows 11 ad from Campaign Manager in Windows 10
by
Jim McKenna
1 day, 8 hours ago -
Small desktops
by
Susan Bradley
9 hours, 17 minutes ago -
Totally disable Bitlocker
by
CWBillow
2 days, 9 hours ago -
Phishers extract Millions from HMRC accounts..
by
Microfix
3 days, 13 hours ago -
Windows 10 22H2 Update today (5 June) says up-to-date but last was 2025-04
by
Alan_uk
4 days, 19 hours ago -
Thoughts on Malwarebytes Scam Guard for Mobile?
by
opti1
2 days, 14 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.