N
NDBC
I have a worksheet_change subroutine that copies selected cells to another
worksheet as they are entered. This all works fine.
My problem occurs when I try and delete data from the original worksheet. If
I only delete one cell it works fine and clears the cell in the second sheet.
If I select a range and hit delete then it only clears the activecell off the
second sheet.
Can I use code to force it to do the range.
Thanks
worksheet as they are entered. This all works fine.
My problem occurs when I try and delete data from the original worksheet. If
I only delete one cell it works fine and clears the cell in the second sheet.
If I select a range and hit delete then it only clears the activecell off the
second sheet.
Can I use code to force it to do the range.
Thanks