> If you paste by pressing Enter you'll exit Copy mode. If you paste via
> Ctrl-v you should stay in Copy mode.
[quoted text clipped - 15 lines]
> |
> | Any ideas appreciated, thanks
I'd next guess that code is running when you paste. Right click the
worksheet tab and pick View Code. If you see any code in the module that
appears look for a sub named Worksheet_Change. This routine would run when
you paste and it may be clearing the clipboard. It could be another sub
though, e.g., Worksheet_SelectionChange. If you don't see anything then I
don't know what's going on.

Signature
Jim
| Hi Jim
|
[quoted text clipped - 20 lines]
| > |
| > | Any ideas appreciated, thanks
Charles - 24 Mar 2008 15:03 GMT
Hi Jim
Thanks for your help.
I thought it was an Excel problem, but infact it is only the one workbook I
am using at the moment. I will check for the codes you suggest.
Regards
> I'd next guess that code is running when you paste. Right click the
> worksheet tab and pick View Code. If you see any code in the module that
[quoted text clipped - 29 lines]
> | > |
> | > | Any ideas appreciated, thanks
Charles - 24 Mar 2008 15:08 GMT
Jim
I did find the Worksheet_Change and removed the routine.
Everything is back to how I like it.
Your help is really appreciated, especially as I was looking in completely
the wrong direction!
Regards
> I'd next guess that code is running when you paste. Right click the
> worksheet tab and pick View Code. If you see any code in the module that
[quoted text clipped - 29 lines]
> | > |
> | > | Any ideas appreciated, thanks