Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Not enough system resources to display completely

An Excel Visual Basic 6.5 program that does curve fitting uses system
resources until they are depleted and this often causes a crash. Even if the
program doesnt crash and returns reasonable data, I get the message €śNot
enough system resources to display completely€ť when the program ends (and
reactivating the screen). Thinking that subroutines must be creating new
locations for variables or ranges with each subroutine call and not releasing
the resources when done I have moved all code to one module and all dimension
statements to beginning of the module. No improvement. Similarly, I moved
all Set statement out of the subroutines and into the main program. Neither
of these changes had an effect. Where else can I look for the problem?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Not enough system resources to display completely

Eliminating copy and paste code that was written by the Macro Recorder
eliminated the problem.

"NFit" wrote:

An Excel Visual Basic 6.5 program that does curve fitting uses system
resources until they are depleted and this often causes a crash. Even if the
program doesnt crash and returns reasonable data, I get the message €śNot
enough system resources to display completely€ť when the program ends (and
reactivating the screen). Thinking that subroutines must be creating new
locations for variables or ranges with each subroutine call and not releasing
the resources when done I have moved all code to one module and all dimension
statements to beginning of the module. No improvement. Similarly, I moved
all Set statement out of the subroutines and into the main program. Neither
of these changes had an effect. Where else can I look for the problem?

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
Not enough system resources to display completely Jeff Excel Discussion (Misc queries) 0 June 27th 08 02:38 PM
Not enough system resources to display completely sb1920alk Excel Discussion (Misc queries) 0 December 20th 07 07:05 PM
Not enough system resources to display completely. randys Excel Discussion (Misc queries) 5 January 12th 06 12:54 PM
Not enough system resources to display completely Ervin Setting up and Configuration of Excel 3 July 17th 05 01:26 PM
Not enough system resources to display completely bhagan Excel Discussion (Misc queries) 0 May 31st 05 11:51 PM


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