I have about 100 toogle btns.
Can i feed the togle btn number and the corresponding "b" value to a "handler" vba code?
below is my code
![]()
Sub ToggleButton3_Click() If Sheets("List").OLEObjects("ToggleButton3").Object.Value = True Then Sheets("Internal Quote").Range("A8:F8").End(xlDown).Offset(1, 0).Value = Sheets("List").Range("B3").Value End If End Sub
Bookmarks