Code to fill a Listbox
This code fills a Listbox, but with the header.
Is it possible to modify it to fill in without the header?
ListBox1.List = Sheets(1).ListObjects(1).ListColumns(1).Range.Value
Moderator Note: You've noted too many time to use Code - tags.
This code fills a Listbox, but with the header.
Is it possible to modify it to fill in without the header?
ListBox1.List = Sheets(1).ListObjects(1).ListColumns(1).Range.Value
Moderator Note: You've noted too many time to use Code - tags.
Last edited by a moderator: