Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
How do I create an autofilter for columns that are not next each other?
Example, COLUMN A and COLUMN C may be the only columns that are important for my purpose on a spread-sheet. |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
"GaryW" wrote:
How do I create an autofilter for columns that are not next each other? Example, COLUMN A and COLUMN C may be the only columns that are important for my purpose on a spread-sheet. You can't. I'd just live with this constraint. Anyway, here's a sub that I came across that you could try to "remove" the autofilter in col B after it is applied to cols A to C. Sub AutoFilterCustom() Range("A1").AutoFilter Field:=2, VisibleDropDown:=False End Sub -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Thanks, much. Saved me more time.
"Max" wrote: "GaryW" wrote: How do I create an autofilter for columns that are not next each other? Example, COLUMN A and COLUMN C may be the only columns that are important for my purpose on a spread-sheet. You can't. I'd just live with this constraint. Anyway, here's a sub that I came across that you could try to "remove" the autofilter in col B after it is applied to cols A to C. Sub AutoFilterCustom() Range("A1").AutoFilter Field:=2, VisibleDropDown:=False End Sub -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Welcome. Do spare a moment to press the "Yes" button below.
-- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "GaryW" wrote: Thanks, much. Saved me more time. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to keep data in two adjacent columns together | New Users to Excel | |||
AutoFilter - non adjacent columns | Excel Discussion (Misc queries) | |||
combining adjacent columns | Excel Discussion (Misc queries) | |||
Printing non-adjacent columns | Excel Discussion (Misc queries) | |||
Printing non-adjacent columns | Excel Discussion (Misc queries) |