Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to keep a spreadsheet in manual recalc mode but would like it to
automatically recalc when rows in a group are hidden or unhidden. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
One way.
'============ Public rd Sub ifrowhidechnage() hr = Cells.Count 'MsgBox hr vr = Cells.SpecialCells(xlCellTypeVisible).Count 'MsgBox vr 'msgBox rd If hr - vr < rd Then MsgBox "hi" rd = hr - vr End Sub '======== -- Don Guillett Microsoft MVP Excel SalesAid Software "IMcC" wrote in message ... I need to keep a spreadsheet in manual recalc mode but would like it to automatically recalc when rows in a group are hidden or unhidden. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can you hide and unhide rows with a macro based on content of colu | Excel Programming | |||
Hide/Unhide vs Group/Ungroup - Need Help | Excel Discussion (Misc queries) | |||
Macro that will unhide then hide rows | Excel Discussion (Misc queries) | |||
Hide Unhide Group Box | Excel Programming | |||
How do I hide or unhide zero value columns/rows USING A MACRO? | Excel Discussion (Misc queries) |