Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel app. lags on opening or closing...possible solutions?

Hello,

I'm not sure there is a concrete answer for this question, but her
goes:

First up some background

I have an excel application that uses Excel 2000

- its size is 5.92 MB
- I have 8 sheets in this application
- approximately 50-70 checkboxes
- approximately 5-10 command buttons with VBA code behind the scene
for each button
- numerous cells with formulas that are dependant on preceding sheets

Whenever I open or close my Excel application it takes a while "to d
whatever its doing" before it will actually execute the actua
procedure of open or close. Or in other words it lags while shuttin
down or when I open it.

Why is this? Is there any way I can cut down on this loading time.

Does code that is not in use such as commented out VBA code add to thi
problem of lagginess (is that even a word)?

Thanks for any help I can get

Also worth noting:
I dont believe I have anything setup in the code that executes on th
worksheets opening

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel app. lags on opening or closing...possible solutions?

Turning off the screen refresh at open can sometime speed it up a little
I think.......It allows macros to run in background without the need to
refresh the screen after every code.

You need to make sure you turn it back on once opened.

This works well during long codes connected to VB Controls.

Application.ScreenUpdating = False

Application.ScreenUpdating = True

It may help.......but others may have a better idea!

Celtic_Avenger


---
Message posted from http://www.ExcelForum.com/

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel app. lags on opening or closing...possible solutions?

Thanks, I might give that a try

--
Message posted from http://www.ExcelForum.com

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
OPENING AND CLOSING OF EXCEL 07 FILES hot-rod-3 Excel Discussion (Misc queries) 2 July 23rd 09 12:30 AM
Opening then later Closing an Excel file in VBA Richard Excel Discussion (Misc queries) 1 April 22nd 08 02:07 PM
Excel 2003/2007 Crash when opening/closing files Richard NYC Excel Discussion (Misc queries) 1 October 18th 07 08:22 AM
Error while opening/Closing excel Hari Excel Discussion (Misc queries) 0 November 17th 06 06:55 AM
Excel 2003 calculates new on closing/opening outlines Dirk Flakowski Excel Discussion (Misc queries) 4 September 9th 05 01:39 PM


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