I need to change a combo box on my sheet to a list box because I need multi-select functionality. I am not sure how it is different to load it. This is the code that I had to load the combo box and I just plugged in the list box name but it isn't working...any help?
ws_dash.ListBox_Caption.List() = ws_caption.Range("A1").CurrentRegion.Value
ws_dash.ListBox_Caption.List() = ws_caption.Range("A1").CurrentRegion.Value