Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 57
Default Filtering data hides row

When I filter data in Excel 2007 my totals row (at the bottom of the data)
dissappears. I put the following statement in my Worksheet_Change and
Worksheet_SelectionChange event:

Range("TotalsRow").EntireRow.Hidden = False

On large files this slows down my spreadsheet considerably. Is there a
better way to unhide this row when I filter data?


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 57
Default Filtering data hides row

I had thought about putting the totals at the top, and I may be forced to do
so. I prefer they be on the bottom. I'm thinking if I used an IF statement
in my events (If FilterMode, for example), then the statement wouldn't be
evaluated by Excel as many times? I'm still looking for ideas.


"Don Guillett" wrote in message
...
Perhaps you could put your totals at the TOP.

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"John" wrote in message
...
When I filter data in Excel 2007 my totals row (at the bottom of the
data) dissappears. I put the following statement in my Worksheet_Change
and Worksheet_SelectionChange event:

Range("TotalsRow").EntireRow.Hidden = False

On large files this slows down my spreadsheet considerably. Is there a
better way to unhide this row when I filter data?




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
Autofilter Hides All... TomCat Excel Worksheet Functions 1 June 8th 09 12:43 PM
code to hide hides too much Marilyn Excel Discussion (Misc queries) 4 January 25th 08 02:46 AM
How do I write a macro that hides a row based on data in Excel? JJO Excel Programming 3 May 25th 05 02:04 PM
Excel hides below other windows dharmesh Excel Programming 0 January 21st 04 07:03 PM
Autofilter hides totals I want to see Mark Excel Programming 4 November 3rd 03 08:18 PM


All times are GMT +1. The time now is 10:27 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"