Where are you putting the code? It should be in a regular code
module, NOT the ThisWorkbook code module or a sheet module.

Signature
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
>I have tried to add the below VBA-code from
>http://www.ozgrid.com/VBA/autofilter-criteria.htm in a new
[quoted text clipped - 29 lines]
>
> Mogens
Niek Otten - 20 Mar 2006 16:29 GMT
How do you call the function (what is your formula)?
Did you try inserting it via the Function wizard?

Signature
Kind regards,
Niek Otten
> Where are you putting the code? It should be in a regular code module, NOT the ThisWorkbook code module or a sheet module.
>
[quoted text clipped - 27 lines]
>>
>> Mogens
mogens - 20 Mar 2006 16:39 GMT
> Where are you putting the code? It should be in a regular code
> module, NOT the ThisWorkbook code module or a sheet module.
Thanks Chip - that explained the error.
I am trying to find a way to see how to qualify for instance how to
select only records with "blanks". This formula didn't give much of an
explanation though.
A shame that you are not able to switch between different criteria for
an autofilter as the advanced filter is a mystery to me (doesn's seem to
update automatically and I can't find somewhere with an easy overview of
criteria definitions) :-(
Tom Ogilvy - 20 Mar 2006 18:00 GMT
field:=1, Criteria1:="="
for blanks
field:=1, Criteria:="<>"
for non-blanks.

Signature
Regards,
Tom Ogilvy
> > Where are you putting the code? It should be in a regular code
> > module, NOT the ThisWorkbook code module or a sheet module.
[quoted text clipped - 9 lines]
> update automatically and I can't find somewhere with an easy overview of
> criteria definitions) :-(