Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I use the following macro (copied from this group) When I insert rows above the range, I need the range to adjust accordingly. I have tried adapting similar answers found here by naming the range but cannot get it to work. Any help would be appreciated. Private Sub CommandButton15_Click() Dim C As Range With ActiveSheet.Range("j69:j127") Do Set C = .Find("", LookIn:=xlValues, LookAt:=xlWhole, _ MatchCase:=False) If C Is Nothing Then Exit Do C.EntireRow.Hidden = True Loop End With End Sub Thanks Malcolm |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Insert Row based on count and copy range to inserted rows | Excel Programming | |||
How can change range to select active rows instead of :=Range("S10 | Excel Discussion (Misc queries) | |||
Modify Macro to Include Inserted Rows | Excel Programming | |||
Change colour of cells when content is altered/changed BUT NOT TO INSERTED OR DELETED ROWS | Excel Discussion (Misc queries) | |||
Macro to Number New Rows Inserted Into Table? | Excel Discussion (Misc queries) |