Excel Combobox: Could not set the ControlSource property
Hi everyone!
Every time I try to set the ControlSource property I recieve "Could not set ControlSource property. Invalid property value".
Code Snippet
ComboBox1.ControlSource = "B1"
What is wrong? Maybe I've missed some necessary options?

