Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Autofilter Hides All... | Excel Worksheet Functions | |||
code to hide hides too much | Excel Discussion (Misc queries) | |||
How do I write a macro that hides a row based on data in Excel? | Excel Programming | |||
Excel hides below other windows | Excel Programming | |||
Autofilter hides totals I want to see | Excel Programming |