View Single Post
  #1   Report Post  
Dennis
 
Posts: n/a
Default VBA code to locate cell address of AutoFilter dropdown box

XL 2003

What VBA code line would return the cell address of the cell containing the
AutoFilter dropdown box in a particular column

The line below does not work but gives an idea what I am looking for.

ActiveSheet.Autofilter.Address

Dennis