Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default File size is huge

I have a workbook that is compirsed of 3 sheets. Sheet1 has 13 columns and 90
rows. Sheet2 has 13 columns and 57 rows. Of the 13 rows in Sheet1 and
Sheet2, 4 of the columns have list boxes for each row. Sheet3 has 5 columns
and 4 of the 5 columns have 20 rows of data and the 5th column has 110 rows
of data. Sheet3 contains the data that list boxes in sheet1 and sheet2 use.
There are no complex calculations. I wrote one VB module which adds a fourth
color for conditional formatting in sheet1 and sheet2. The conditional
formatting is only used in 1 column. How can this workbook size be alomst
6MB?
I've worked with several workbooks that had over 20 sheets, 40 columns each
and over 300 rows and several complex calculations and the size of those
sheets never exceeded 3MB.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,119
Default File size is huge

Check out the scroll bars. Do they allow you to scroll to 65,536 or IV? If so
then the cells have been initailized and even though they are empty they
still take up space. Delete (not clear contents) everything below and to the
right of the last populated cell. Now save the workbook. The scroll bars
should change and only allow you to scroll to the end of the data... and the
workbook will be a whole lot smaller.
--
HTH...

Jim Thomlinson


"Lewis" wrote:

I have a workbook that is compirsed of 3 sheets. Sheet1 has 13 columns and 90
rows. Sheet2 has 13 columns and 57 rows. Of the 13 rows in Sheet1 and
Sheet2, 4 of the columns have list boxes for each row. Sheet3 has 5 columns
and 4 of the 5 columns have 20 rows of data and the 5th column has 110 rows
of data. Sheet3 contains the data that list boxes in sheet1 and sheet2 use.
There are no complex calculations. I wrote one VB module which adds a fourth
color for conditional formatting in sheet1 and sheet2. The conditional
formatting is only used in 1 column. How can this workbook size be alomst
6MB?
I've worked with several workbooks that had over 20 sheets, 40 columns each
and over 300 rows and several complex calculations and the size of those
sheets never exceeded 3MB.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default File size is huge

Thanks Jim.
- Lewis

"Jim Thomlinson" wrote:

Check out the scroll bars. Do they allow you to scroll to 65,536 or IV? If so
then the cells have been initailized and even though they are empty they
still take up space. Delete (not clear contents) everything below and to the
right of the last populated cell. Now save the workbook. The scroll bars
should change and only allow you to scroll to the end of the data... and the
workbook will be a whole lot smaller.
--
HTH...

Jim Thomlinson


"Lewis" wrote:

I have a workbook that is compirsed of 3 sheets. Sheet1 has 13 columns and 90
rows. Sheet2 has 13 columns and 57 rows. Of the 13 rows in Sheet1 and
Sheet2, 4 of the columns have list boxes for each row. Sheet3 has 5 columns
and 4 of the 5 columns have 20 rows of data and the 5th column has 110 rows
of data. Sheet3 contains the data that list boxes in sheet1 and sheet2 use.
There are no complex calculations. I wrote one VB module which adds a fourth
color for conditional formatting in sheet1 and sheet2. The conditional
formatting is only used in 1 column. How can this workbook size be alomst
6MB?
I've worked with several workbooks that had over 20 sheets, 40 columns each
and over 300 rows and several complex calculations and the size of those
sheets never exceeded 3MB.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default File size is huge

Jim,

The excess rows and columns would not delete. I did change the height of
the excess rows to 1 and the width of the excess columns to .11 and this
reduced the file size to less than 200KB.
Any thoughts on why I was not able to delete the excess rows and columns?

-Lewis

"Jim Thomlinson" wrote:

Check out the scroll bars. Do they allow you to scroll to 65,536 or IV? If so
then the cells have been initailized and even though they are empty they
still take up space. Delete (not clear contents) everything below and to the
right of the last populated cell. Now save the workbook. The scroll bars
should change and only allow you to scroll to the end of the data... and the
workbook will be a whole lot smaller.
--
HTH...

Jim Thomlinson


"Lewis" wrote:

I have a workbook that is compirsed of 3 sheets. Sheet1 has 13 columns and 90
rows. Sheet2 has 13 columns and 57 rows. Of the 13 rows in Sheet1 and
Sheet2, 4 of the columns have list boxes for each row. Sheet3 has 5 columns
and 4 of the 5 columns have 20 rows of data and the 5th column has 110 rows
of data. Sheet3 contains the data that list boxes in sheet1 and sheet2 use.
There are no complex calculations. I wrote one VB module which adds a fourth
color for conditional formatting in sheet1 and sheet2. The conditional
formatting is only used in 1 column. How can this workbook size be alomst
6MB?
I've worked with several workbooks that had over 20 sheets, 40 columns each
and over 300 rows and several complex calculations and the size of those
sheets never exceeded 3MB.

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
Formatting making file size huge M Excel Discussion (Misc queries) 2 January 13th 10 04:40 PM
Graphs creating huge file size WBTKbeezy Excel Discussion (Misc queries) 4 February 20th 08 07:01 PM
Huge increase in file size Gray Excel Discussion (Misc queries) 1 May 25th 06 08:54 AM
Huge File size after import trickdos[_18_] Excel Programming 0 October 15th 04 12:20 AM
Huge File size after import trickdos[_17_] Excel Programming 0 October 14th 04 11:45 PM


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