Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
This piece of code inserts a new row on the current worksheet, above the active cell. Anyone know how this can be expanded to insert a new row in exactly the same position on worksheet 2? Many Thanks katie |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Katie,
Worksheets("Sheet2").Rows(ActiveCell.Row).EntireRo w.Insert HTH, Nikos "katie" wrote in message ... Hi This piece of code inserts a new row on the current worksheet, above the active cell. Anyone know how this can be expanded to insert a new row in exactly the same position on worksheet 2? Many Thanks katie |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Inserting Rows into multiple worksheets | Excel Discussion (Misc queries) | |||
inserting rows on multiple worksheets | Excel Worksheet Functions | |||
inserting rows on multiple worksheets | Excel Worksheet Functions | |||
Inserting columns & rows in worksheets | Excel Worksheet Functions | |||
Inserting rows into worksheets that are protected | Excel Worksheet Functions |