Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 46
Default I'm trying to disable a clip board

I'm trying to get rid of a clip board message that comes up when my macro is
running. The pop says "large amounts of data...."

It's stopping my macro from completly automating my task.

any help would be appreciated. my email is
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default I'm trying to disable a clip board


Put in

Application.cutcopymode=false


Before your next copy routine


--
Ivan F Moala


------------------------------------------------------------------------
Ivan F Moala's Profile: http://www.excelforum.com/member.php...fo&userid=1954
View this thread: http://www.excelforum.com/showthread...hreadid=380231

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,253
Default I'm trying to disable a clip board


that popup shows when you close a workbook
(and have previously copied stuff)

To clear the clipboard
use application.CutCopyMode=False

You could do it prior to closing the workbook,
but maybe best to use it as soon as you're done
with copy/paste

In case you Do need the data on the clipboard,
and just dont want the message use:
Application.DisplayAlerts = False

do it just before you close the book
and set it back to True when you're done.


--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


Timmulla wrote :

I'm trying to get rid of a clip board message that comes up when my
macro is running. The pop says "large amounts of data...."

It's stopping my macro from completly automating my task.

any help would be appreciated. my email is

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
clip board Ian Excel Discussion (Misc queries) 1 March 15th 10 01:24 PM
cannot paste from clip board Harry Excel Discussion (Misc queries) 10 December 11th 06 04:49 PM
HOW DO YOU PASTE FROM THE CLIP BOARD? PARADISE1333 Excel Discussion (Misc queries) 1 January 14th 06 02:58 PM
CLEAR CLIP BOARD mike Excel Discussion (Misc queries) 1 February 10th 05 03:03 PM
Clip Board Todd huttenstine Excel Programming 2 February 3rd 04 02:39 PM


All times are GMT +1. The time now is 06:09 AM.

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

About Us

"It's about Microsoft Excel"