Can someone tell me why the code below won't work to populate a ComboBox that I have on a userform named "TradingDashboard"?
Even better, let me in how it should be written?![]()
TradingDashboard.ComboBox2.List = Range(Cells(ActiveCell.Row, "F"), Cells(ActiveCell.Row, "G"))
If it's not clear from my attempt, the ComboBox should contain two choices in the list. The row from the active cell of column F and the same again for column G.
Bookmarks