G
Guest
Hi All
I have many comboboxs on many forms. How change the control type using code.
Dim ctl as Control
For Each ctl in Crotrols
If TypeOf ctl is ComboBox Then
'Then change the control type to a TextBox - How do I do that??
End if
Next ctl
regards johnb
I have many comboboxs on many forms. How change the control type using code.
Dim ctl as Control
For Each ctl in Crotrols
If TypeOf ctl is ComboBox Then
'Then change the control type to a TextBox - How do I do that??
End if
Next ctl
regards johnb