K
Kevin McCartney
Hi,
I'd like to run the following code but get a Compile
error: "Type mismatch"
Call cboProduct_Exit(False)
the procedure that I want to call has the following
parameters
Private Sub cboProduct_Exit(ByVal Cancel As
MSForms.ReturnBoolean)
any ideas on how to make this work would be much
appritiated.
cheers
TIA
KM
I'd like to run the following code but get a Compile
error: "Type mismatch"
Call cboProduct_Exit(False)
the procedure that I want to call has the following
parameters
Private Sub cboProduct_Exit(ByVal Cancel As
MSForms.ReturnBoolean)
any ideas on how to make this work would be much
appritiated.
cheers
TIA
KM