Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
ledzepe
 
Posts: n/a
Default Large amount of info on the clipboard


Hi everybody,

My macro program involves moving large amount of info from one sheet to
another. I keep getting the message that "There is a large amount of
information on the Clipboard..." and is giving me the option to save it
or delete those info. I don't need those info anymore so I just click on
"No".

Is there a way to disable this message via macro or setting in
Excel/Windows?


--
ledzepe
------------------------------------------------------------------------
ledzepe's Profile: http://www.excelforum.com/member.php...o&userid=25207
View this thread: http://www.excelforum.com/showthread...hreadid=518028

  #2   Report Post  
Posted to microsoft.public.excel.misc
Trevor Shuttleworth
 
Posts: n/a
Default Large amount of info on the clipboard

ledzepe

Application.DisplayAlerts = False
' your code
Application.DisplayAlerts = True

Regards

True


"ledzepe" wrote in
message ...

Hi everybody,

My macro program involves moving large amount of info from one sheet to
another. I keep getting the message that "There is a large amount of
information on the Clipboard..." and is giving me the option to save it
or delete those info. I don't need those info anymore so I just click on
"No".

Is there a way to disable this message via macro or setting in
Excel/Windows?


--
ledzepe
------------------------------------------------------------------------
ledzepe's Profile:
http://www.excelforum.com/member.php...o&userid=25207
View this thread: http://www.excelforum.com/showthread...hreadid=518028



  #3   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Large amount of info on the clipboard

Application.cutcopymode=false

is another way.

ledzepe wrote:

Hi everybody,

My macro program involves moving large amount of info from one sheet to
another. I keep getting the message that "There is a large amount of
information on the Clipboard..." and is giving me the option to save it
or delete those info. I don't need those info anymore so I just click on
"No".

Is there a way to disable this message via macro or setting in
Excel/Windows?

--
ledzepe
------------------------------------------------------------------------
ledzepe's Profile: http://www.excelforum.com/member.php...o&userid=25207
View this thread: http://www.excelforum.com/showthread...hreadid=518028


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I paste a large amount of text into a cell ? Gal Mariansky Excel Discussion (Misc queries) 1 November 4th 05 05:31 PM
Excel - give users option to keep info in clipboard after pasting Philipm Excel Discussion (Misc queries) 0 October 11th 05 06:29 PM
SELECT large amount of data in a worksheet OTS Excel Discussion (Misc queries) 3 August 13th 05 04:43 PM
Fit large amount of text in 1 cell Carl W. Excel Discussion (Misc queries) 5 June 27th 05 11:50 PM
large text amount in cell will not display in the cell dbelch01 Excel Discussion (Misc queries) 3 June 15th 05 03:43 PM


All times are GMT +1. The time now is 04:25 AM.

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

About Us

"It's about Microsoft Excel"