Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have 500 rows of numbers each with an option button beside it. I
need Excel to recognize a certain cell when a certain option button is selected. I'd like to do it with out entering in 500 different lines of code. Below is my code. I need the R17C3 to be a variable and change with which option button is selected. So the option button will need to be a variable also. Any idea on how or if I can pull this off? Private Sub OptionButton1_Click() Union(Sheets("READY MIX").Range("C13:C60"), Sheets("READY MIX").Range("F13:F60"), Sheets("READY MIX").Range("I13:I60"), Sheets("READY MIX").Range("L13:L60"), Sheets("READY MIX").Range("O13:O60"), Sheets("READY MIX").Range("R13:R60"), Sheets("READY MIX").Range("U13:U60"), Sheets("READY MIX").Range("X13:X60")).FormulaR1C1 = _ "='READY MIX-MAIN'!RC+('READY MIX-MAIN'!RC*(1-(LF! R23C3/100)))*(LF!R17C3)/100" End Sub Thanks, Keith |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to calcuate 6 variable's contribution towards a fixed sum??? | Excel Discussion (Misc queries) | |||
How to populate Label1.Caption with a variable's value | Excel Discussion (Misc queries) | |||
Return the Row of a Variable's location | Excel Discussion (Misc queries) | |||
getting a variable's name | Excel Programming | |||
Start Macro / Stop Macro / Restart Macro | Excel Programming |