View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
TooSimple TooSimple is offline
external usenet poster
 
Posts: 6
Default Cut/Paste - More problems

I have a procedure that allows the user to execute the Excel cut/paste
function over selected (unprotected) ranges of cells. I need to do some
€śhousekeeping€ť on the row or rows from which cells are cut. I have been
unable to determine however the number of this row or rows. I can identify
the number of the destination row by using €śrw = Application.ActiveCell.Row€ť.
Any ideas on how to determine the number of the cut/paste €śsource€ť row? Any
suggestions would be appreciated.