Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
YOU ARE THE BEST...PERFECT....Showed my boss and that is exactly what he was
wanting....your the man "Don Guillett" wrote: Try this. Right click sheet tabview codecopy/paste this. Private Sub Worksheet_Change(ByVal Target As Range) If Target.Row < 10 Or Target.Column < 1 Then Exit Sub Application.EnableEvents = False Target.Offset(1).Resize(3).EntireRow.Insert Target.Offset(4).Select Application.EnableEvents = True End Sub -- Don Guillett Microsoft MVP Excel SalesAid Software "desperate in MS" wrote in message ... I've search and search for an answer for this and no such luck. Hope someone can HELP!!!!! I have a excell speadsheet. Key data starts in "A10". I need something that will automatically add/insert 3 rows once data is entered in "A10". Then when data is again entered in "A13" (last row of the 3 added/inserted) I need 3 rows added/inserted and so on. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro code to hide rows and not calculate hidden rows | Excel Discussion (Misc queries) | |||
Macro for deleting rows and serialising the remaing rows | Links and Linking in Excel | |||
Macro for deleting rows and serialising the remaing rows | Setting up and Configuration of Excel | |||
Macro for deleting rows and serialising the remaing rows | Excel Worksheet Functions | |||
Hidden rows reappearinmg when macro deletes rows | Excel Programming |