This will get worse in the next step, but as I can't even master the basic when I reduced my problem to basics I will start here...
Is definitely not working for me. Each array element resolved fine in the Immediate window, so the array is proven good.
I am here because I went out, did searches, read what was written and by several examples the above is supposed to work unless I copied something wrong. When all else fails I go as basic as I can and build up. When I gave Criteria1 a given single value, say "Present" it worked fine.
I also tried:
Worksheets("Directory").ListObjects("tblDirectory").Range.AutoFilter field:=2, Criteria1:=Array("Present", "Absent"), Operator:=xlFilterValues
and as always got my error 1004.
I now suspect I am missing something obvious as I am getting a bit frustrated. Can someone point out what I am missing so I can make the basic work and then go on to the next issue
?
Many Thanks!!!
Bookmarks