View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pH7[_8_] pH7[_8_] is offline
external usenet poster
 
Posts: 1
Default How to preserve cut/copy range on SelectionChange event?

I have a Worksheet_SelectionChange event handler that manipulates som
graphic objects – usually not a problem. However, if the user ha
selected a cell, done a copy or cut and then clicked on another cell i
anticipation of doing a Paste, then my macro screws up the pending cu
or copy range. I want to save the copy range on entrance to the macr
and restore it just before exit, but the target parameter to th
SelectionChange event handler is the new range. How can I find th
range that was selected before the user clicked on the new cell

--
Message posted from http://www.ExcelForum.com