JohanJohansson
Computer
- Jul 28, 2002
- 1
How is this done in Excel VBA ?
Private Sub UserForm_Initialize()
Controls.Add("VB.CheckBox", "chbCheckBox"
End Sub
This works for VB6 but not for VBA for me ?
/Johan
Private Sub UserForm_Initialize()
Controls.Add("VB.CheckBox", "chbCheckBox"
End Sub
This works for VB6 but not for VBA for me ?
/Johan