Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default using autofilter in excel and feature locks up

Why would a filtered spreadsheet not unfilter?

  #2   Report Post  
Posted to microsoft.public.excel.misc
RichardSchollar
 
Posts: n/a
Default using autofilter in excel and feature locks up

Hi

I get this sometimes and I have found no way to avoid it. What is
annoying is that the standard filter button thru Excel does not remove
autofilter (it just turns autofilter on) which means you have a two
stage process of DataAutofilter to turn it off. Also, I often end up
with hidden rows doing it this way, so then need to unhide those.

The most practical solution I came up with was placing a custom button
on one of my menu bars and assigning a subroutine to it which was:

Sub TurnOffAutofilter()
ActiveCell.EntireRow.AutoFilter
With Cells
.EntireColumn.Hidden = False
.EntireRow.Hidden = False
End With
End Sub

This can be modified to match your specific needs if required.

Richard
wrote:

Why would a filtered spreadsheet not unfilter?


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
Why is Excel Save As feature not working? Ben Moir Excel Discussion (Misc queries) 1 April 27th 06 06:44 AM
Excel e-mail hyperlink-how can I disable this auto feature RobJJ Excel Discussion (Misc queries) 0 January 3rd 06 06:07 PM
Installing: Microsoft Excel Feature Boblink Excel Discussion (Misc queries) 0 May 13th 05 05:41 PM
excel needs feature to delete blanks when autofilter is used. bobz666 Excel Discussion (Misc queries) 7 February 9th 05 05:33 AM
Excel Installing feature Ams Excel Discussion (Misc queries) 1 December 30th 04 09:29 PM


All times are GMT +1. The time now is 07:21 PM.

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

About Us

"It's about Microsoft Excel"