Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is there a default way to add rows to the top of the list instead of the
bottom, also without the shading of cell height from the header row. Many thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I assume you mean with a macro. If you want to insert more rows, modify the
code. Just do this: Sub Macro1() ' ' Macro1 Macro ' Macro recorded 11/16/2007 ' ' Rows("2:2").Select Selection.Insert Shift:=xlDown Rows("3:3").Select Selection.Copy Rows("2:2").Select Selection.PasteSpecial Paste:=xlPasteFormats, Operation:=xlNone, _ SkipBlanks:=False, Transpose:=False End Sub "harwookf" wrote: Is there a default way to add rows to the top of the list instead of the bottom, also without the shading of cell height from the header row. Many thanks in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Rows to repeat at bottom | Setting up and Configuration of Excel | |||
How do I centre rows top to bottom? | Excel Worksheet Functions | |||
Rows to Repeat at bottom | Excel Worksheet Functions | |||
Rows to repeat at BOTTOM. | Setting up and Configuration of Excel | |||
Rows to repeat at the bottom | Excel Worksheet Functions |