I currently have code that populates a listbox with all of the unique data from a particular column. I want to be able to autofilter my worksheet according to the multiple selections I make from the listbox (via VBA).
For example, let's say I have a 1,000 bank transactions on a worksheet and one column is the month of each transaction. My listbox will give me the 12 months (assuming thats how many there were). I just want to be able to select from the listbox which multiple months to display at one time (eg. March & April). Thanks.
For example, let's say I have a 1,000 bank transactions on a worksheet and one column is the month of each transaction. My listbox will give me the 12 months (assuming thats how many there were). I just want to be able to select from the listbox which multiple months to display at one time (eg. March & April). Thanks.