LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Type Statements and Memory Release

I have read through the several posts on this subject, but am still
having problems understanding what the best way forward is.

I'm running on Excel 2000.

I have 3 different Type statements, for 3 different INI file types. I
occasionally have problems running out of string space. I also think
it's good practice to release memory as you go along, so I'd really
like to release the memory once I've read an INI file, using Get, and
transferred the contents to the objects I'm working with.

So, I've tried putting the Type statements into a class module so that
I can set it to Nothing when I'm finished but, of course, it's not
allowed to put Type statements into a class module. I can't simply
set the Type statement to = Nothing, since it's not an object.

Can anyone suggest how I can easily release this memory and claw back
some of the string space I run out of from time to time?
 
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
Release Memory Jeff Excel Discussion (Misc queries) 1 September 25th 06 09:28 PM
Suggestions for the Next Release ExcelPro Excel Discussion (Misc queries) 0 May 24th 06 07:45 AM
Excel 12 New Release Bart Vwb Excel Discussion (Misc queries) 5 October 4th 05 10:07 PM
Release files from memory?? Ron[_21_] Excel Programming 3 March 5th 04 12:49 PM


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