Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Out of memory

I have written a macro that copies and pastes a number of large chunks of
data. However I sometimes get an "Out of memory" message from Excel and
wondered if this is anything to do with the clipboard being full?

If this is the case, is there an easy way to empty the clipboard/stop this
error?

Thanks,

--
BT
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,119
Default Out of memory

Here is a link to everything you ever wanted to know about memory...

http://www.decisionmodels.com/memlimits.htm
--
HTH...

Jim Thomlinson


"BTrumble" wrote:

I have written a macro that copies and pastes a number of large chunks of
data. However I sometimes get an "Out of memory" message from Excel and
wondered if this is anything to do with the clipboard being full?

If this is the case, is there an easy way to empty the clipboard/stop this
error?

Thanks,

--
BT

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Out of memory

Thanks Jim,

The site proved useful and helped convince me that I'm not going mad!

Regards,

--
BT


"Jim Thomlinson" wrote:

Here is a link to everything you ever wanted to know about memory...

http://www.decisionmodels.com/memlimits.htm
--
HTH...

Jim Thomlinson


"BTrumble" wrote:

I have written a macro that copies and pastes a number of large chunks of
data. However I sometimes get an "Out of memory" message from Excel and
wondered if this is anything to do with the clipboard being full?

If this is the case, is there an easy way to empty the clipboard/stop this
error?

Thanks,

--
BT

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,253
Default Out of memory



application.cutcopymode=false will clear the normal clipboard.

also make sure the office clipboard is not gathering data..

(check the options button at the bottom of the taskpane.
UNCHECK collect without showing the office clipboard")

and make sure the office clipboard is not showing.

automating the office clipboard is a mess.
I've just disabled the darn thing completely.

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


BTrumble wrote :

I have written a macro that copies and pastes a number of large
chunks of data. However I sometimes get an "Out of memory" message
from Excel and wondered if this is anything to do with the clipboard
being full?

If this is the case, is there an easy way to empty the clipboard/stop
this error?

Thanks,

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
XL 2007 - Out of Memory - memory leak/bug? PCLIVE Excel Discussion (Misc queries) 0 March 23rd 09 03:31 PM
Out of Memory LAF Excel Discussion (Misc queries) 0 November 1st 05 07:59 PM
memory Mitchell Williams Excel Programming 1 May 21st 04 12:33 PM
Not Enough Memory! alainB[_8_] Excel Programming 0 April 21st 04 06:31 PM
The instruction at "0x65255ac9" referenced memory at "0x00000008". The memory could not be read. Clikc OK to terminate etc Angus Comber[_2_] Excel Programming 1 November 7th 03 01:18 PM


All times are GMT +1. The time now is 02:32 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"