View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default Auto Filter question

You can use the OnTime method.

See Chip Pearson's site for code and info.

http://www.cpearson.com/excel/OnTime.aspx


Gord Dibben MS Excel MVP

On Wed, 28 Nov 2007 05:04:01 -0800, bigguy68
wrote:

thanks. I made a macro that will go to all pages to do the filter...is there
a way to add a way to do it by itself; say every 5 min?

"Conan Kelly" wrote:

bigguy68,

Lets say sheets 1-12, autofilters on sheets 2-12.

Now are you asking if you select an autofilter criteria on sheet 2, the
autofilter criteria on sheets 3-12 will be set to the same criteria you used
on sheet 2?

If that is what you are asking about, yes it can be done. But it can only
be done with VBA code (macros) and it is kinda complicated.

HTH,

Conan




"bigguy68" wrote in message
...
I have a worksheet with 12 pages(tabs). On 11 of these I have a filter on
one
column each...total of 11 (one per tab)...How can I set up an auto filter
so
the whole worksheet gets update automaticly?