View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dev dev is offline
external usenet poster
 
Posts: 66
Default Copied range. Help please!!

I am trying to get copied range,

Ex: I have some hidden properties associated to one cell,and want to copy it
to another cell - but not sure how I can get copied cell range... When I do
copy paste event in sheet change event - it's giving me pasted cell range,
but not sure how to know from which cell it's copied programatically. Is this
doable?

Any help is really appreciated.