2 is the max in 2007 also with code
Seems not to be possible to get the complete list from the AutoFilter dropdown or the ones that are checked.
I checked that last month but the answer was No
--
Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm
"stefan onken" <(E-Mail Removed)> wrote in message news:8bfe90c2-b7a7-4ebf-bbcd-(E-Mail Removed)...
hi Ron,
thanks.
as far as i can see the code creates the unique list which i have in
the Autofilter dialog.
what i need are the checked items in the unique list in the autofilter
dialog.
an example: in A1 is a title, in A2:A6 1 to 5.
in the autofilter dialog, i have the list with 1 to 5 (and choose
all).
if i check one or two of these items in the list,
Sheets(1).AutoFilter.Filters(1).Criteria1 resp. Criteria2 return my
checked items.
if i check three or more items in the list, Criteria1 and Criteria2 can
īt be used (runtimeerror 13).
Looks a bit like MS has forgotten, that more than two Criteria are
possible in 2007.
stefan
On 6 Mai, 17:06, "Ron de Bruin" <rondebr...@kabelfoon.nl> wrote:
> Hi Stefan
>
> You must use Advanced Filter to get the unique list
> I use in the code example below for examplehttp://www.rondebruin.nl/copy5_3.htm
>