View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jim at Eagle Jim at Eagle is offline
external usenet poster
 
Posts: 83
Default Filtered Array for Listbox

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.
Ive been working this for awhile. Any assistance will be appreciated.
--
Jim at Eagle