Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default How to disable "There is a large amount of data on the clipboard..."

Is there away in Excel to disable the prompt "There is a large amount of
data on the clipboard..."

Thanks,
Bill


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default How to disable "There is a large amount of data on the clipboard..."

Manually?

Select a single cell and edit|copy

In code:
application.cutcopymode = false



Bill Board wrote:

Is there away in Excel to disable the prompt "There is a large amount of
data on the clipboard..."

Thanks,
Bill


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default How to disable "There is a large amount of data on the clipboard..."

No setting in excel preferences to suppress this dialog?

"Dave Peterson" wrote in message
...
Manually?

Select a single cell and edit|copy

In code:
application.cutcopymode = false



Bill Board wrote:

Is there away in Excel to disable the prompt "There is a large amount of
data on the clipboard..."

Thanks,
Bill


--

Dave Peterson



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default How to disable "There is a large amount of data on the clipboard..."

Not that I know.

Bill Board wrote:

No setting in excel preferences to suppress this dialog?

"Dave Peterson" wrote in message
...
Manually?

Select a single cell and edit|copy

In code:
application.cutcopymode = false



Bill Board wrote:

Is there away in Excel to disable the prompt "There is a large amount of
data on the clipboard..."

Thanks,
Bill


--

Dave Peterson


--

Dave Peterson
  #5   Report Post  
Member
 
Location: London
Posts: 78
Default

Bill Board wrote:

No setting in excel preferences to suppress this dialog?


Yes.

Application.DisplayAlerts = False

Regards,
Mark


  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default How to disable "There is a large amount of data on the clipboard..."

That doesn't sound like a setting to me.

And if the OP didn't like
application.cutcopymode = false
why would this be better?

BizMark wrote:

Bill Board wrote:

No setting in excel preferences to suppress this dialog?


Yes.

Application.DisplayAlerts = False

Regards,
Mark

--
BizMark


--

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
Disable autoformat of "true" and "false" text drs207 Excel Discussion (Misc queries) 6 April 14th 23 05:33 PM
Help with handling large amounts of data - determine "MIN IF" ? Rayo K Excel Worksheet Functions 1 October 23rd 07 12:31 AM
Large amount of info on the clipboard ledzepe Excel Discussion (Misc queries) 2 March 1st 06 11:15 PM
Utility to "clean up" or "defrag" large Excel file Sabrina Excel Discussion (Misc queries) 3 January 12th 06 09:57 PM
Changing data source in pivot table- "Back" button is disable Ashok Excel Discussion (Misc queries) 0 November 8th 05 02:06 PM


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

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"