Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Excellent!
-- Jim "Steve M" wrote in message ... | Jim, | | Thanks for the macro. I installed it and it works great. Just what I | needed. | | On Sun, 7 Sep 2008 12:31:58 -0400, "Jim Rech" wrote: | | Dave mentioned the extend data feature and McRitchie site but since I find | entend data a little finicky and because I wrote a macro prior to Seeing | Dave's reply, I'm posting it<g: | | Sub Macro1() | With Intersect(ActiveCell.CurrentRegion, ActiveCell.EntireRow) | .Insert xlDown | With .Offset(-1) | .FillDown | .SpecialCells(xlCellTypeConstants).ClearContents | End With | End With | End Sub | |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Inserting multiple rows and copying formulas | Excel Discussion (Misc queries) | |||
need help please inserting multiple rows based on cell value then copying to data sheet | Excel Worksheet Functions | |||
Inserting formulas etc after n rows | Excel Discussion (Misc queries) | |||
Automatically copying fomulae when Inserting rows | Excel Discussion (Misc queries) | |||
Inserting Multiple Rows with Formulas | Excel Worksheet Functions |