Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Excel Performance Problems

All,



I am working on an Excel 2003 scoring tool for sales and professional
services. The approximate size of this file is 6MB, but it is largely
due to a number of controls embedded into Excel, not actual data.
There are about 40 worksheets, each with about 10 questions per sheet
and associated option buttons, text boxes, control bars, etc.
Performance slows down considerably after just 2 MB.



As an alternative, I broke the worksheet into smaller files of 3
worksheets each, and then call up a separate worksheet when a command
button is pressed and then close the worksheet I was just in. When I
do this, I receive an "Application-Defined or Object-Defined
Error". My goal is to significantly improve performance. Would any
of you have a few minutes to help me out with this?



Thanks,



Jeff

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel Performance Problems


Are you using 1 book as a "call sheet" to call the other 3 books open?
or have you set the commands into your excel directly? Also, what was
the code you are using when the error msg comes up? When it happens
and it prompts you to end or break, select break, and copy and paste
the code you are using at the time of the error msg (usually in
yellow). I'll look at it and see what I can make of it.


--
dok112
------------------------------------------------------------------------
dok112's Profile: http://www.excelforum.com/member.php...o&userid=10581
View this thread: http://www.excelforum.com/showthread...hreadid=509016

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Excel Performance Problems

I am using a macro behind a menu item in a custom-built toolbar to
launch the separate workbook. The code in the macro to launch the
second workbook is as follows:

Workbooks.Open Filename:= _
"d:\Marketing Effectiveness Quotient\MEQ_Workflow.xls"

Range("c11").Select

Then in the Open event in the second workbook, I try to close the first
workbook with this code:

Private Sub Workbook_Open()
Workbooks("EloquaMarketingEffectivenessQuotient.xl s").Close

End Sub

It executes all the code, but when it is complete, I get the error
message.

Also, is there a way to close other workbooks without Excel sending
focus to the other workbooks before they close (I just want to stay in
one workbook while closing all others)

Thanks.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel Performance Problems


I can write a code to close all the books except the one open withou
changing the focus. As far as the error goes, I would have to see th
error when it's occuring to see where in the code it's breaking. I
you want, you can send me the book and I will look at the code for an
errors. if so, send me a private msg on here and I'll give you m
email address to send it to

--
dok11
-----------------------------------------------------------------------
dok112's Profile: http://www.excelforum.com/member.php...fo&userid=1058
View this thread: http://www.excelforum.com/showthread.php?threadid=50901

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
excel sub-par performance [email protected] Excel Discussion (Misc queries) 2 August 28th 08 05:45 PM
Excel 2007 Severe Performance Problems jkmelancon Excel Discussion (Misc queries) 8 May 29th 07 08:18 PM
Am I the Only One Having Excel 2007 Performance Problems Concerned Excel Discussion (Misc queries) 4 January 30th 07 01:17 AM
Excel 2003 performance problems bjarvis Excel Discussion (Misc queries) 0 September 28th 05 08:27 PM
Excel Performance issue Sandy Excel Discussion (Misc queries) 0 September 14th 05 01:50 PM


All times are GMT +1. The time now is 05:18 AM.

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"