AutoFilter Question

R

ram

Hello All,


Is there a way to use AutoFilter for columns?

I have dates going across the top of my sheet , and would like to have an
AutoFilter button in column A that would filter the columns based on the date
I select from row 1.

Thanks for any help

Thanks for any help

Ramone
 
D

Debra Dalgleish

There's nothing built into Excel that will filter columns, instead of
rows. You could create a macro to hide the columns.
 
D

Dave Peterson

Record a macro when you hide one set of columns. Then record another macro when
you show all the columns. And record a macro when you hide the second set of
columns, then the 3rd set, ...
 
R

ram

Thanks for the help


Dave Peterson said:
Record a macro when you hide one set of columns. Then record another macro when
you show all the columns. And record a macro when you hide the second set of
columns, then the 3rd set, ...
 
Top