W
Wes from Scottsdale
Dim cControl As Control
cControl = Me.cboSomething
I can pass cboSomething into a function as a control, but I need to retain
the control for later use.
Thanks.
cControl = Me.cboSomething
I can pass cboSomething into a function as a control, but I need to retain
the control for later use.
Thanks.