Hi
Can any body help me how to idenify the changed range of cells.
If cells D1:D4 are selected and deleted then cells E1:E4 should also be deleted.
I am using the following code for it.
Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Range)
changed_row = Target.Row
changed_column = Target.Column
' Do the process
End Sub
But with the above code, I am able to trace only first cell D1 and I am deleting E1. How to put it in loop to trace all the changed cells range.
Thanks in advance
Sridhar P
--
Message posted via
http://www.officekb.com