#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 28
Default autofilter

hi,

I am getting the following error message:

runtime error 1004 unable to get the autofilter property of the range class

as a result of the following code:

Sheets("NewBKInput").Visible = True
Sheets("NewBKInput").Activate
Sheets("NewBKInput").Select

'sort the month column before selecting the oldest month
If Selection.AutoFilter = True Then
Selection.AutoFilter 'turn off autofilter option
End If

How can I fix this? I do not understand why the following code (which
appears above the code above) works fine:

Sheets("Input1").Visible = True
Sheets("Input1").Activate
Sheets("Input1").Select


'sort the month column before selecting the oldest month
If Selection.AutoFilter = True Then
Selection.AutoFilter 'turn off autofilter option
End If
Columns("A:O").Select

Thanks in advance,
geebee


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
excel 2007 autofilter change to 2003 autofilter functionality? jonnybrovo815 Excel Discussion (Misc queries) 1 April 19th 10 10:05 PM
2007 excel autofilter back to 2003 autofilter? jonnybrovo815 Excel Discussion (Misc queries) 3 April 19th 10 08:11 PM
2007 excel autofilter change back to 2003 autofilter? jonnybrovo815 Excel Discussion (Misc queries) 1 April 19th 10 05:53 PM
2007 Autofilter worse than 2003 Autofilter jsky Excel Discussion (Misc queries) 9 October 31st 07 12:14 AM
How to Sort within AutoFilter with Protection on (and AutoFilter . giblon Excel Discussion (Misc queries) 1 February 16th 06 12:23 PM


All times are GMT +1. The time now is 02:06 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"