Forum Discussion

NikolinoDE's avatar
NikolinoDE
Gold Contributor
Jul 26, 2020
Solved

VBA - Show data selection in pop-up menu

Hi Guys, have a "little" problem where I need a little help. I have a user form with a list field where I take data from a table from another worksheet. My problem is that it only shows the label...
  • NikolinoDE 

    In your ListBox, the ColumnCount property is set to 1 and that means only 1 column would be displayed in the ListBox. Therefore increase the ColumnCount property of the ListBox according to the source data range.

Resources