View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] johnhildreth@citynet.net is offline
external usenet poster
 
Posts: 43
Default Event triggered by paste

I found the following on Microsoft's page regarding the OnEntry
Property and Change Event:

The event does not occur if the user click Cut or Paste on the Edit
menu or if another procedure changes the contents of a cell.

So how does one go about triggering an event when data is pasted into a
worksheet?

Thanks,
John