Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I've got an worksheet from someone. I had to unprotect the sheet. And every time I go to another cell, it seems that the clipboard is cleared. Not very handy, because when I want to copy a cell, move to the destination cell, the clipboard is empty.... How can I change this? Somebody a solution? regards, Mike |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It sounds like the workbook has event code for the selectionchange event.
Right click on the sheet tab of the worksheet and select view code. See if there is a selectionchange event in that code module. When a macro runs, it often clears the clipboard and the undo history as a side effect. Regards, Tom Ogilvy "Deer Hunter" wrote in message ... Hello, I've got an worksheet from someone. I had to unprotect the sheet. And every time I go to another cell, it seems that the clipboard is cleared. Not very handy, because when I want to copy a cell, move to the destination cell, the clipboard is empty.... How can I change this? Somebody a solution? regards, Mike |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to clear clipboard memory? | Excel Discussion (Misc queries) | |||
Clipboard empty but still get waring that clipboard is full | Excel Discussion (Misc queries) | |||
Why does it clear my clipboard? | Excel Discussion (Misc queries) | |||
Clear Clipboard after Copy | Excel Discussion (Misc queries) | |||
Clear clipboard contents | Excel Discussion (Misc queries) |