LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default excel freezing

Hi john,
not much to go on there but it sounds to me as if you are not doing a
couple of things that you need to do to free up memory. Namely:

1. Unload your forms when they are not in use and
2. Set all object variables used in Subs and Functions to Nothing at the
end of your routines

Sub Demo()
ie Set objChart = Thisworkbook.sheets(1).charts(1).chart
.......(your code)

Set objChart = Nothing
End Sub

Hth,
Oli

--
Message posted via http://www.officekb.com
 
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
Excel 2007 Freezing Scott Excel Discussion (Misc queries) 1 October 29th 07 05:29 PM
problem with excel freezing iumike2004 Excel Discussion (Misc queries) 2 May 18th 06 01:11 PM
Why is Computer Freezing With Excel? heitorfjr Excel Discussion (Misc queries) 1 January 15th 06 05:16 PM
Help! Excel keeps freezing Ruth-Ann Excel Discussion (Misc queries) 0 January 6th 06 03:36 PM
Excel Freezing rekseah Excel Discussion (Misc queries) 1 July 19th 05 04:41 PM


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