I have a custom class that I want to pass a Combo Box control as an object, not the value in the combo box. If I do this
Set fcFilterCombo.FilterComboBox = Me.cmboFilter
Me.cmboFilter evaluates to its value and I get an "Object Required" error. I saw the answer a while back, but can not remember how to do it. Thanks in advance.
Set fcFilterCombo.FilterComboBox = Me.cmboFilter
Me.cmboFilter evaluates to its value and I get an "Object Required" error. I saw the answer a while back, but can not remember how to do it. Thanks in advance.