thanks, bob, i guess it was pretty simple
--
Gary
"Bob Phillips" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> If Worksheets("Sheet1").AutoFilterMode Then
> isOn = "On"
> Else
> isOn = "Off"
> End If
> MsgBox "AutoFilterMode is " & isOn
>
> --
>
> HTH
>
> Bob Phillips
>
> (replace xxxx in the email address with gmail if mailing direct)
>
> "Gary Keramidas" <GKeramidasATmsn.com> wrote in message
> news:euwd#$(E-Mail Removed)...
>> how do i tell if an autofilter is applied so i can reset it when the file
> is
>> saved?
>>
>> --
>>
>>
>> Gary
>>
>>
>>
>
>
|