
Signature
regards from Brazil
Thanks in advance for your feedback.
Marcelo
Hi Marcelo,
That sounds like a great idea but if there are ten columns how would the
unfilter macro know which column to unfilter? Is there a way to create a
general unfilter macro I could use for all columns.
thanks, Kerry
> Hi Kerry,
>
[quoted text clipped - 17 lines]
> >
> > Thanks, Kerry
Bob Phillips - 12 Dec 2007 12:06 GMT
Add this code to sheet1
Private Sub Worksheet_Activate()
'insert your unfilter code in here
End Sub
'This is worksheet event code, which means that it needs to be
'placed in the appropriate worksheet code module, not a standard
'code module. To do this, right-click on the sheet tab, select
'the View Code option from the menu, and paste the code in.

Signature
---
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
> Hi Marcelo,
>
[quoted text clipped - 35 lines]
>> >
>> > Thanks, Kerry