View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
ShaneDevenshire ShaneDevenshire is offline
external usenet poster
 
Posts: 2,344
Default Cut and Paste Stopped Working

Hi,

This suggests there is an event macro in your workbook. Even if the macro
doesn't actually do something other that check to see if you have done
something, that may kill the clipboard.

For example, you might have a Worksheet_Selection_Change or Worksheet_Change
event.

--
Thanks,
Shane Devenshire


"Minitman" wrote:

Greetings,

I seem to have lost the ability to cut and paste worksheet cells. I
can highlight the chosen cells and use ctrl C to put them on the
clipboard, but as soon as I change the focus to the destination cells
there is nothing on the clip board and the moving dotted line around
the source cells disappears.

How do get my cut and paste back?

Any help is appreciated.

Minitman