View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Aaron Lampkin Aaron Lampkin is offline
external usenet poster
 
Posts: 1
Default Selecting Rows Programmatically

I wish to use a listbox or combo box to select rows on a
worksheet. In A1, B1, and C1 I would like the listbox or
combo box. If the user selects a value in the control in
A1, I want that selection to determine the rows selected
in column B. If the user selects a value in the control
in B1, I want that selection to determine the rows
selected in column C. Basically, I want to duplicate the
features of the AutoSelect feature in Excel. Can this be
done?