Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 70
Default Managing very large workbook

I've been asked to add some enhancements to a workbook designed several years
ago by someone else. In addition to the enhancement I've beed asked to
design, I'd like to clean up code, converting macros to VBA routines,
functions, etc. The current workbook is about twenty-eight megabytes and
takes considerable time to load. There are about fifty worksheets in the
workbook. Any suggestions on how I might improve load time?

Ken
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 23
Default Managing very large workbook

On Sep 11, 1:15*pm, Ken Warthen
wrote:
I've been asked to add some enhancements to a workbook designed several years
ago by someone else. *In addition to the enhancement I've beed asked to
design, I'd like to clean up code, converting macros to VBA routines,
functions, etc. *The current workbook is about twenty-eight megabytes and
takes considerable time to load. *There are about fifty worksheets in the
workbook. *Any suggestions on how I might improve load time?

Ken


Hi Ken,

Unless the workbook is full of complex formulas I find generally its
unused or unnecessary formatting is the culprit. For each sheet select
everywhere on the sheet that doesn't contain data or formatting that
you want to keep then Edit Clear All (Or simple delete the rows
and columns). This has the effect of removing all unnecessary
formatting that can build up in older workbooks.

Note: if the workbooks are consistent you could select all worksheets
then delete all rows below a certain row and then do the same for the
coloumns
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
Adding a chart to large workbook brings workbook activity to a hal Dale Excel Discussion (Misc queries) 6 December 29th 08 05:50 PM
Managing Large Amounts of Data OpAmp Excel Discussion (Misc queries) 1 November 11th 08 09:36 PM
Macro for Large workbook Jules Excel Worksheet Functions 8 April 24th 08 02:04 PM
Workbook got too large Wilbur[_7_] Excel Programming 2 March 12th 06 12:10 AM


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

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"