Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Art Art is offline
external usenet poster
 
Posts: 587
Default Slow response from excel

Hello:

I have a big workbook with like 16 sheets and a lot of formuals and vba
moduls. However, when I enter a number in a cell in the sheets, it takes
almost a second to show the number in the cell. It slows down the whole
proccess. I tested with a speed tester to recalculate the whole workbook,
each sheet, ranges and so on, all of them take much faster. How can that be?
What can I do to speed up the proccess?

The place where I enter the number is also copied in a different sheet.
Meaning, if I enter in Sheet1!CellA1 the number 5 then in sheet5!A1 the
number 5 will appear as well, thru a simple =sheet1!A1 formula. Does this
slow it down? This formula is in over 28,000 cells.

Please help.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,344
Default Slow response from excel

Hi,

One option is to put the file in Manual Recalc mode and then just
recalculate what you need when you need it.

Choose Tools, Options, Calculation, Manual. (Also not the options for
recalculating the spreadsheet that are on this tab.)

You can also code recalculation to apply to sheets, workbooks, ranges or
whatever.
--
Thanks,
Shane Devenshire


"art" wrote:

Hello:

I have a big workbook with like 16 sheets and a lot of formuals and vba
moduls. However, when I enter a number in a cell in the sheets, it takes
almost a second to show the number in the cell. It slows down the whole
proccess. I tested with a speed tester to recalculate the whole workbook,
each sheet, ranges and so on, all of them take much faster. How can that be?
What can I do to speed up the proccess?

The place where I enter the number is also copied in a different sheet.
Meaning, if I enter in Sheet1!CellA1 the number 5 then in sheet5!A1 the
number 5 will appear as well, thru a simple =sheet1!A1 formula. Does this
slow it down? This formula is in over 28,000 cells.

Please help.

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
Extremely slow response times in Excel 2007 Shantanu_Das Excel Discussion (Misc queries) 4 August 10th 09 10:39 PM
Excel 2007 File Slow Response Pittman Excel Programming 0 September 18th 08 01:53 AM
Excel SLOW !! Response time ... kbk_kbk_kbk Excel Discussion (Misc queries) 1 April 16th 06 08:37 PM
Excel 2003 Slow Response kbk_kbk_kbk Setting up and Configuration of Excel 1 April 16th 06 08:21 PM
Slow response to every change made in Excel Gig Excel Discussion (Misc queries) 1 April 23rd 05 11:20 AM


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