Passing Combobox as a parameter to a function
Posted by Abdul on December 23, 2001 7:52 PM
I need to pass a combobox object(on my worksheet) as a parameter to a function. I have so far failed to come up with a solution.
The function receiving the combobox would be something like:
Function Test(CB as object)
CB.Value="Hello"
End function
I would appreciate any hellp I can receive on this.