View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Bob Reynolds
 
Posts: n/a
Default Paste function is greyed out in the toolbar and I can't use ctl V - worksheet won't allow pasting

Thanks for the input, that did it for that workbook. Now I must find the
macro creating the problem so I can fix it. Is there any generic statements
that one can think of specifically or I guess I have to go with each one and
check it out?

Thanks again.
"Dave Peterson" wrote in message
...
Do you have any event macros running--maybe worksheet_selectionchange??

Lots of macros will kill the clipboard.

If you close excel and reopen in safe mode (one way to stop macros from
running), does it work ok?

Close excel
windows start button|Run
excel /safe
file|open your workbook and test it out.

Bob Reynolds wrote:

Hello,

I have a problem the my paste function. Whenever I copy (copy seems to
work
ok with the marquee and selection process) and then try to paste the data
into another cell, it won't let me. the Paste function is greyed out. The
worksheet is unprotected and I'm in Excel 2003.
Any ideas.
Bob Reynolds


--

Dave Peterson