View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
George[_18_] George[_18_] is offline
external usenet poster
 
Posts: 4
Default capture paste event into a cell

right

so there is no way I can know if someone just pasted
something into my spreadsheet ?

-----Original Message-----
There is no particular event associated with pasting.

You can look at the
change event, but I am not sure it fires for a paste in

all versions of
excel. It did fire in xl2000, but the change event fires

for any edit as
well.



--
Regards,
Tom Ogilvy

wrote in message
...
I need to capture a paste event into the cell "A1"

i cannot seem to find the appropriate event for this

thank you in advance

- George



.