Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i create a series of checkboxes dynamically.
Set newButton5 = Me.Controls.Add("Forms.checkbox.1") newButton5.Value = False With newButton5 .name = checkbox & i & "C" End With i know how to get the value of these controls, but how do i act on an event? "Private Sub Checkbox1c _click()" doesn't work. -- Gary |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
add dynamic control (checkbox) | Excel Programming | |||
checkbox on form reset from checkbox on sheet | Excel Programming | |||
Dynamic Controls (CheckBox) using VBA in Excel | Excel Programming | |||
Add Checkbox programatically to form | Excel Programming | |||
creating checkbox through form | Excel Programming |