Err
Active Member
- Joined
- Nov 16, 2006
- Messages
- 274
Originally I posted a topic on this board which was moved here:
http://www.mrexcel.com/board2/viewtopic.php?t=248065
It was moved (I think) because the moderator thought I was asking a very obvious question (which I frequently do) -which is how to get autofilter to work.
In that thread, I think the answerers were being very defensive about Microsofts workaround which is basically -"don't use autofilter on numeric data". Furthermore, within the context of "asking for help"; people are going to give you the easiest way that they know how and not really discuss the issue -which is what I really wanted when I posted that thread here.
I'm not trying to be antagonistic here. But realistically -when you are running VBA -it is kinda ugly to add a leading Letter (I like "A") to every field before you autofilter it; then trim it off after the filter. It's ugly code because it's adding a 2 extra loops. If you have this (or several) autofilters inside nested loops then you are really slowing things down.
So here is a question -since I rarely ever have used Advanced Filter; does it have the same bug? Can you filter on numeric data specifying the begining characters? Can you specify a date range?
-Err
http://www.mrexcel.com/board2/viewtopic.php?t=248065
It was moved (I think) because the moderator thought I was asking a very obvious question (which I frequently do) -which is how to get autofilter to work.
In that thread, I think the answerers were being very defensive about Microsofts workaround which is basically -"don't use autofilter on numeric data". Furthermore, within the context of "asking for help"; people are going to give you the easiest way that they know how and not really discuss the issue -which is what I really wanted when I posted that thread here.
I'm not trying to be antagonistic here. But realistically -when you are running VBA -it is kinda ugly to add a leading Letter (I like "A") to every field before you autofilter it; then trim it off after the filter. It's ugly code because it's adding a 2 extra loops. If you have this (or several) autofilters inside nested loops then you are really slowing things down.
So here is a question -since I rarely ever have used Advanced Filter; does it have the same bug? Can you filter on numeric data specifying the begining characters? Can you specify a date range?
-Err