Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 . |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
No built in event or method that will tell you this. You can certainly take
control over the application and prevent pasting unless it is under the control of you macro. -- Regarfds, Tom Ogilvy "George" wrote in message ... 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 . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
event macros vs copy/paste | Excel Worksheet Functions | |||
Capture the hyperlink event before it goes to the link | Excel Discussion (Misc queries) | |||
Excel screen capture to capture cells and row and column headings | Excel Discussion (Misc queries) | |||
Capture event when exit Column G | Excel Discussion (Misc queries) | |||
VBA capture File SaveAs Event | Excel Programming |