Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have created the VBA code below and option buttons in a group, so that when a
button is clicked the value is recorded in cell A. However, I would like to record the next event in cell A2 and possibly so on up to A25. Is this possible, and am I able to clear the events afterwards, so that I begin recording in cell A1 again? I don't want to end up with 25 sets of option buttons on my worksheet! Sub SelectC() Range("A1").Value = "=15" End Sub Sub SelectD() Range("A1").Value = "=15" End Sub Sub SelectCD() Range("A1").Value = "=10" End Sub Thanks. -- |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Option Buttons/Radio Buttons | New Users to Excel | |||
Option buttons: How to get the selected option from a group? | Excel Programming | |||
So many option buttons | Excel Programming | |||
Navigating between option buttons is not selecting the option | Excel Programming | |||
Navigating between option buttons is not selecting the option | Excel Programming |