Did you read this section ?
<Quote>
a single item (e.g. 'SMITH') underneath one of the fields
more than one criteria item in a single row - applies an 'AND' rule (e.g.
'SMITH' and 'XN41')
more than one criteria on different rows - applies an 'OR' rule (e.g. 'XN41'
or '<1500')
</Quote>
So you have to create your criteria in a column of
A
B
C
NickHK
"Trever B" <(E-Mail Removed)> wrote in message
news:07DB491A-7444-40EE-96A1-(E-Mail Removed)...
> Thanks Nick,
>
> Not much help
>
> It does not help me how to input multi creteria,
>
> Have tried:-
> 1) = "A" and "B" and "C"
> 2) = "A" or "B" or "C"
>
> Tried recording a macro but still need help on criteria
>
> Don't know what else to try.
>
> Hope someone else can help.
>
> Trev
>
>
>
> "NickHK" wrote:
>
> > Trev,
> > Maybe this will help:
> > http://www.meadinkent.co.uk/xlfilter.htm
> >
> > Record a macro whilst you do this to generate the code.
> >
> > NickHK
> >
> > "Trever B" <(E-Mail Removed)> wrote in message
> > news:3DCB10D1-3D54-485F-A5C5-(E-Mail Removed)...
> > > Hi,
> > >
> > > Thanks in advance
> > >
> > > The following code is set for Creteria1 to = "A" how do I make it for
A, B
> > > or C
> > >
> > > With Worksheets("Panel Details").Range("A1:IV2500")
> > > .AutoFilter Field:=1, Criteria1:="A"
> > > .SpecialCells(xlCellTypeVisible).Copy _
> > > Worksheets("SS A").Cells(1, 1)
> > > .AutoFilter
> > > End With
> > >
> > >
> > > Thanks again
> > >
> > > Trev
> >
> >
> >