Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
trace dependent tool doesn't work but trace precendent doesn't | Excel Discussion (Misc queries) | |||
Trace Precedents and dependents for a range of cell ? | New Users to Excel | |||
Lock cells, but still be able to trace | Excel Worksheet Functions | |||
Trace Dependents for range of cells | Excel Discussion (Misc queries) | |||
how do trace dependents for all cells at once? | Excel Discussion (Misc queries) |