Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Do you wish to clear clipboard memory?

I have a macro that is accessing multiple spreadsheets and extracting data
and pasteing to a summary spreadsheet.

This is working fine, except when it closes each sheet, I get the message
"You have data in your clipboard do you wish to save or clear memory" - how
can I skip this or switch it off?

Any help would be gratefully received, its driving me nuts - whats the point
of having a macro if I have to sit there and press return after each
update!!!

Thank you,

Wendy
Telford


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Do you wish to clear clipboard memory?

after each paste and before closing

application.CutCopyMode = False

or around the closing command

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

--
Regards,
Tom Ogilvy

"WendyUK" wrote in message
...
I have a macro that is accessing multiple spreadsheets and extracting data
and pasteing to a summary spreadsheet.

This is working fine, except when it closes each sheet, I get the message
"You have data in your clipboard do you wish to save or clear memory" -

how
can I skip this or switch it off?

Any help would be gratefully received, its driving me nuts - whats the

point
of having a macro if I have to sit there and press return after each
update!!!

Thank you,

Wendy
Telford




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Do you wish to clear clipboard memory?

You are a wonderful person, and have saved my sanity - thank you so much.

Wendy x

"Tom Ogilvy" wrote:

after each paste and before closing

application.CutCopyMode = False

or around the closing command

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

--
Regards,
Tom Ogilvy

"WendyUK" wrote in message
...
I have a macro that is accessing multiple spreadsheets and extracting data
and pasteing to a summary spreadsheet.

This is working fine, except when it closes each sheet, I get the message
"You have data in your clipboard do you wish to save or clear memory" -

how
can I skip this or switch it off?

Any help would be gratefully received, its driving me nuts - whats the

point
of having a macro if I have to sit there and press return after each
update!!!

Thank you,

Wendy
Telford





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 to clear clipboard memory? Eric Excel Discussion (Misc queries) 2 April 6th 10 06:09 PM
Clear formula memory? Matt Williamson[_2_] Excel Discussion (Misc queries) 2 June 2nd 09 07:08 PM
clearing memory /clipboard drofnats[_2_] Excel Programming 1 December 7th 04 09:39 PM
Dumping Clipboard Memory ianripping[_95_] Excel Programming 1 September 3rd 04 09:54 AM
Clear clipboard Deer Hunter Excel Programming 1 August 4th 03 01:47 PM


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

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"