Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I have 40 check boxes and I would like the following routine to be performed when a check box is ticked. Private Sub CheckBox1_Click() Range(Range("Parameter1"), Range("Parameter1").Offset(0, 4)).Copy Range("ParameterInput").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False End Sub if checkbox1 is clicked I would like to copy the value from Parameter1, when checkbox2 is clicked I would like to copy the value from Parameter2, and so on. is there an elegant way to do this without repeating 40 times the code? thanks -- caroline |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
making checkbox into a variable | Excel Programming | |||
making checkbox into a variable | Excel Programming | |||
Use Variable In CheckBox Name | Excel Programming | |||
Use Checkbox Value or Public Variable? | Excel Programming | |||
Using a variable to represent a Checkbox Name(OLEObject) | Excel Programming |