A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Excel 2003 Clipboard Question



 
 
Thread Tools Display Modes
  #1  
Old November 10th, 2009, 04:04 PM posted to microsoft.public.excel.misc
CommMajor
external usenet poster
 
Posts: 28
Default Excel 2003 Clipboard Question

Hello,
When I am trying to copy and paste I receive this message "There is a large
amount of information on the Clipboard. Do you want to be able to paste this
information into another program later?" I click 'No' every time. I've tried
clearing the clipboard in Excel and Word and I still get this message. How do
I stop this message from coming up again? Thanks!
  #2  
Old November 10th, 2009, 04:26 PM posted to microsoft.public.excel.misc
Luke M
external usenet poster
 
Posts: 2,672
Default Excel 2003 Clipboard Question

From the clipboard (Edit - clipboard) go to options, and uncheck the first 3
options (including "collect w/o showing clipboard"). If you're not using the
clipboard, no reason to store things to it, correct?
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"CommMajor" wrote:

Hello,
When I am trying to copy and paste I receive this message "There is a large
amount of information on the Clipboard. Do you want to be able to paste this
information into another program later?" I click 'No' every time. I've tried
clearing the clipboard in Excel and Word and I still get this message. How do
I stop this message from coming up again? Thanks!

  #3  
Old November 10th, 2009, 04:55 PM posted to microsoft.public.excel.misc
CommMajor
external usenet poster
 
Posts: 28
Default Excel 2003 Clipboard Question

Hi Luke,
Thanks for your reply. I tried that and I am still getting the message
"There is a large amount of information on the Clipboard. Do you want to be
able to paste this information into another program later?" Is there anything
else I can do?
Thanks!

"Luke M" wrote:

From the clipboard (Edit - clipboard) go to options, and uncheck the first 3
options (including "collect w/o showing clipboard"). If you're not using the
clipboard, no reason to store things to it, correct?
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"CommMajor" wrote:

Hello,
When I am trying to copy and paste I receive this message "There is a large
amount of information on the Clipboard. Do you want to be able to paste this
information into another program later?" I click 'No' every time. I've tried
clearing the clipboard in Excel and Word and I still get this message. How do
I stop this message from coming up again? Thanks!

  #4  
Old November 11th, 2009, 02:49 PM posted to microsoft.public.excel.misc
CommMajor
external usenet poster
 
Posts: 28
Default Excel 2003 Clipboard Question

I tried your suggestion and am still getting the message
"There is a large amount of information on the Clipboard. Do you want to be
able to paste this information into another program later?" Anything
else I can do?
Thanks!


"CommMajor" wrote:

Hi Luke,
Thanks for your reply. I tried that and I am still getting the message
"There is a large amount of information on the Clipboard. Do you want to be
able to paste this information into another program later?" Is there anything
else I can do?
Thanks!

"Luke M" wrote:

From the clipboard (Edit - clipboard) go to options, and uncheck the first 3
options (including "collect w/o showing clipboard"). If you're not using the
clipboard, no reason to store things to it, correct?
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"CommMajor" wrote:

Hello,
When I am trying to copy and paste I receive this message "There is a large
amount of information on the Clipboard. Do you want to be able to paste this
information into another program later?" I click 'No' every time. I've tried
clearing the clipboard in Excel and Word and I still get this message. How do
I stop this message from coming up again? Thanks!

  #5  
Old November 11th, 2009, 04:47 PM posted to microsoft.public.excel.misc
Gord Dibben
external usenet poster
 
Posts: 20,252
Default Excel 2003 Clipboard Question

Is the copy/pasting being done through a macro?

If that were the case enter this line after the paste

Application.CutCopyMode = False

If not through macro I have no ideas for you. No matter what settings I
use, when I answer "No" to the query the clipboard is cleared.

After you click "No" what next step are you making that brings the message
up again?

Closing the workbook?


Gord Dibben MS Excel MVP

On Wed, 11 Nov 2009 06:49:02 -0800, CommMajor
wrote:

I tried your suggestion and am still getting the message
"There is a large amount of information on the Clipboard. Do you want to be
able to paste this information into another program later?" Anything
else I can do?
Thanks!


"CommMajor" wrote:

Hi Luke,
Thanks for your reply. I tried that and I am still getting the message
"There is a large amount of information on the Clipboard. Do you want to be
able to paste this information into another program later?" Is there anything
else I can do?
Thanks!

"Luke M" wrote:

From the clipboard (Edit - clipboard) go to options, and uncheck the first 3
options (including "collect w/o showing clipboard"). If you're not using the
clipboard, no reason to store things to it, correct?
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"CommMajor" wrote:

Hello,
When I am trying to copy and paste I receive this message "There is a large
amount of information on the Clipboard. Do you want to be able to paste this
information into another program later?" I click 'No' every time. I've tried
clearing the clipboard in Excel and Word and I still get this message. How do
I stop this message from coming up again? Thanks!


  #6  
Old November 11th, 2009, 05:40 PM posted to microsoft.public.excel.misc
CommMajor
external usenet poster
 
Posts: 28
Default Excel 2003 Clipboard Question

Nope, no macro. I am copying and pasting multiple workbooks, so the same
steps are repeated over and over. Open old spread sheet, open new spread
sheet. Copy material from old spread sheet, paste in new spread sheet. Close
old spread sheet, get message every time. What do you think? Thanks!

"Gord Dibben" wrote:

Is the copy/pasting being done through a macro?

If that were the case enter this line after the paste

Application.CutCopyMode = False

If not through macro I have no ideas for you. No matter what settings I
use, when I answer "No" to the query the clipboard is cleared.

After you click "No" what next step are you making that brings the message
up again?

Closing the workbook?


Gord Dibben MS Excel MVP

On Wed, 11 Nov 2009 06:49:02 -0800, CommMajor
wrote:

I tried your suggestion and am still getting the message
"There is a large amount of information on the Clipboard. Do you want to be
able to paste this information into another program later?" Anything
else I can do?
Thanks!


"CommMajor" wrote:

Hi Luke,
Thanks for your reply. I tried that and I am still getting the message
"There is a large amount of information on the Clipboard. Do you want to be
able to paste this information into another program later?" Is there anything
else I can do?
Thanks!

"Luke M" wrote:

From the clipboard (Edit - clipboard) go to options, and uncheck the first 3
options (including "collect w/o showing clipboard"). If you're not using the
clipboard, no reason to store things to it, correct?
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"CommMajor" wrote:

Hello,
When I am trying to copy and paste I receive this message "There is a large
amount of information on the Clipboard. Do you want to be able to paste this
information into another program later?" I click 'No' every time. I've tried
clearing the clipboard in Excel and Word and I still get this message. How do
I stop this message from coming up again? Thanks!


.

  #7  
Old November 11th, 2009, 09:21 PM posted to microsoft.public.excel.misc
Gord Dibben
external usenet poster
 
Posts: 20,252
Default Excel 2003 Clipboard Question

After you paste do you hit Enter or Esc to clear the marching ants from old
spread sheet before closing?


Gord

On Wed, 11 Nov 2009 09:40:02 -0800, CommMajor
wrote:

Nope, no macro. I am copying and pasting multiple workbooks, so the same
steps are repeated over and over. Open old spread sheet, open new spread
sheet. Copy material from old spread sheet, paste in new spread sheet. Close
old spread sheet, get message every time. What do you think? Thanks!

"Gord Dibben" wrote:

Is the copy/pasting being done through a macro?

If that were the case enter this line after the paste

Application.CutCopyMode = False

If not through macro I have no ideas for you. No matter what settings I
use, when I answer "No" to the query the clipboard is cleared.

After you click "No" what next step are you making that brings the message
up again?

Closing the workbook?


Gord Dibben MS Excel MVP

On Wed, 11 Nov 2009 06:49:02 -0800, CommMajor
wrote:

I tried your suggestion and am still getting the message
"There is a large amount of information on the Clipboard. Do you want to be
able to paste this information into another program later?" Anything
else I can do?
Thanks!


"CommMajor" wrote:

Hi Luke,
Thanks for your reply. I tried that and I am still getting the message
"There is a large amount of information on the Clipboard. Do you want to be
able to paste this information into another program later?" Is there anything
else I can do?
Thanks!

"Luke M" wrote:

From the clipboard (Edit - clipboard) go to options, and uncheck the first 3
options (including "collect w/o showing clipboard"). If you're not using the
clipboard, no reason to store things to it, correct?
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"CommMajor" wrote:

Hello,
When I am trying to copy and paste I receive this message "There is a large
amount of information on the Clipboard. Do you want to be able to paste this
information into another program later?" I click 'No' every time. I've tried
clearing the clipboard in Excel and Word and I still get this message. How do
I stop this message from coming up again? Thanks!


.


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 04:56 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.