View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Paul Lautman Paul Lautman is offline
external usenet poster
 
Posts: 85
Default Filtered Array for Listbox

Jim at Eagle wrote:
I have 6 columns of data (A-F) on sheet 1 of workbook. The data can be
filtered from column A. The data needed to display in Listbox1 on
form1 is filtered by a selection from 4 different Checkboxes on
form1. The displayed data is from column B and will need to be sorted
base on column B. The data will grow but not exceeding 500 entries.
I've been working this for awhile. Any assistance will be appreciated.


What sort of filtering do the 4 checkboxes do?