Excel Gurus,
I am suffering with a problem with the following Code
The listbox will popoulate however as soon as the range is autofiltered, only the first line of the autofiltered data will be displayed rather than the entire autofilter range.
Any help will be appreciated!
I am suffering with a problem with the following Code
Code:
Me.ListBox1.List = Range("a1:f10").Cells.SpecialCells_(xlCellTypeVisible).VALUE
Any help will be appreciated!
Comment