Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Conversion of giant sheet into smaller ones

Hi,

I have this monster of a spreadsheet on my hands that occupies
range("A1:AO80"). I need to optimize it and divide into a series of
smaller, more efficient parts. Here are the problems:

1. The sheet is not homogenius. There are 15-20 tables containing VERY
different sorts of data, all neatly bordered by the previous guy.
There is only one blank row/column between those little tables.

2. The workbook contains 30 of those sheets, one for each day of the
month, so breaking up tables into separate sheets and binding them
together with a consolidation sheet/VBA is out of the question.

3. I need to make everything scalable. I need to be able to add a row
to a table and go on with my life instead of adding a row, and then
taking care of 35 other tables on the same sheet that got split apart.
I know VBA on a decent level. Please help.



Thanks,


Mia

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,236
Default Conversion of giant sheet into smaller ones

It sounds like your goal is for ease of maintenance.

Whenever one of those tables needs modification, the same modification is
necessary on 29 other sheets.

One option is to write a macro whenever you need to make a change. This
macro could be run against the remaining sheet.

Another option would be to partially rewrite.
Instead of 30 sheets each containing 20 tables
Try: 20 sheets (tables) each containing 30 days of data.


--
Rob van Gelder - http://www.vangelder.co.nz/excel


"Mia" wrote in message
ups.com...
Hi,

I have this monster of a spreadsheet on my hands that occupies
range("A1:AO80"). I need to optimize it and divide into a series of
smaller, more efficient parts. Here are the problems:

1. The sheet is not homogenius. There are 15-20 tables containing VERY
different sorts of data, all neatly bordered by the previous guy.
There is only one blank row/column between those little tables.

2. The workbook contains 30 of those sheets, one for each day of the
month, so breaking up tables into separate sheets and binding them
together with a consolidation sheet/VBA is out of the question.

3. I need to make everything scalable. I need to be able to add a row
to a table and go on with my life instead of adding a row, and then
taking care of 35 other tables on the same sheet that got split apart.
I know VBA on a decent level. Please help.



Thanks,


Mia



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
Creating smaller and larger cells on the same sheet Matt P. Excel Discussion (Misc queries) 1 May 2nd 08 11:04 PM
Huge sheet into smaller sheets Mia Excel Discussion (Misc queries) 2 January 28th 05 11:36 PM
Huge sheet into smaller sheets Mia Links and Linking in Excel 1 January 28th 05 07:40 AM
script for Jolly Giant mitchell Excel Programming 0 December 31st 03 09:57 PM
Split large sheet into several smaller sheets for emailing diverdon99 Excel Programming 3 December 9th 03 01:38 PM


All times are GMT +1. The time now is 06:38 PM.

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"