Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
glad to help
-- Don Guillett SalesAid Software "Nirmal Singh" wrote in message ... On Thu, 6 Jan 2005 13:12:50 -0600, "Don Guillett" wrote: try this Private Sub Worksheet_Change(ByVal Target As Range) If Target.row < 9 Or Target.Column < 1 Then Exit Sub With Target .Offset(0, 1) = "a" .Offset(0, 2) = "b" .EntireRow.Insert End With End Sub Thanks Don, that is exactly what I needed. Nirmal |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to handle 'sheetchange' event on 'add-in' | Excel Programming | |||
SheetChange Event | Excel Programming | |||
SheetChange Event | Excel Programming | |||
sheetChange event and list validation | Excel Programming | |||
SheetChange event starts before .calculate finished | Excel Programming |