Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Excel Camera Tool Leaks memory stops VBA

I have a macro which loads a template file with an Excel dashboard
report in. This includes several camera tool objects. It works Ok
first time then the macro slows to a stop the next. If I remove the
camera tool objects it is fine. I can only assume they are hogging
memory. Anyone found this or have a solution?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,355
Default Excel Camera Tool Leaks memory stops VBA

I had a similar problem when I was defining multiple Worksheet objects and
not setting them back to "NOTHING" when I wasn't using them anymore.
--
HTH,
Barb Reinhardt



" wrote:

I have a macro which loads a template file with an Excel dashboard
report in. This includes several camera tool objects. It works Ok
first time then the macro slows to a stop the next. If I remove the
camera tool objects it is fine. I can only assume they are hogging
memory. Anyone found this or have a solution?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 236
Default Excel Camera Tool Leaks memory stops VBA

On Apr 8, 3:24*am, wrote:
I have a macro which loads a template file with an Excel dashboard
report in. This includes several camera tool objects. It works Ok
first time then the macro slows to a stop the next. If I remove the
camera tool objects it is fine. I can only assume they are hogging
memory. Anyone found this or have a solution?


Try adding "DoEvents" to let the operating system swap out to other
non-Excel OS/cleanup tasks.

Probably won't help - but it's a good idea!
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
Camera tool & Excel 2007 B Excel Discussion (Misc queries) 0 January 31st 08 11:08 PM
Available resource limits, memory leaks and linked files Jim Thomlinson Excel Programming 1 January 25th 07 05:27 PM
Huge Memory Leaks using ODBC Drivers from Excel to retrieve data Philip Excel Programming 7 October 5th 05 05:31 PM
documented memory leaks in Excel 2003 or OWC11? PatFinegan[_12_] Excel Programming 0 February 2nd 04 05:15 PM


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