LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 279
Default Memory Management In Excel Programming

Actually you can get full documentation of the object model from ms

best way to work in VBA is to search some keywords on this site and follow
the links posted in answers.

MVP sites are particularly helpful and trustworthy.

depends on what you are trying to do but ifyou have 1 hour to surf / research
you could start on Chip's link page

If you want a good book with lots of code examples - John's book is
available in the big book stores.
http://www-j-walk.com

http://www.cpearson.com/excel/links.htm



"Jai" wrote:

Thanks a ton for the pointer. I have since explored other commands too and I
now see how much is possible without selects and activates. It was hard going
though until I came to this forum. There doesn't seem to be much material
available by the way of a comprehensive Object model for Excel. Any pointers
on that ?

Jai


"Vacation's Over" wrote:

1) You could copy and paste without the clipboard by using one line
mysourcerange.copy mydestinationrange

or 2) you could empty the clipboard after each use
Application.CutCopyMode = False

Additionally have you turned off screenupdating and auto calculation?

"Jai" wrote:

Hello All,

I am working on an Excel project wherein a number of workbooks (upto 25
) are created every month and populated from a Master List - with say 500
rows each. I am running into serious memory issues. It would help to know how
Excel alocates and uses memory and frees it up once complete.

Im my particular application, I do a lot of block copy and paste -
possibly using the clip board (I use the copy and paste methods in VBA). How
do I release this memory when done.

Is there some guidance on good VBA programming for efficient memory
utilisation?

Jai

 
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
Memory and File Size Management MMcCullough Excel Discussion (Misc queries) 12 August 12th 06 01:48 AM
Excel Database management Jessicau Excel Discussion (Misc queries) 1 July 12th 06 10:56 PM
Excel Programme Management donnawales Excel Discussion (Misc queries) 1 April 8th 06 03:01 PM
Memory Management GB Excel Programming 11 June 23rd 05 05:55 PM
is there a hotel management excel app.? Martyn Excel Programming 1 October 3rd 04 07:55 AM


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