+ Reply to Thread
Results 1 to 4 of 4

[SOLVED] File size is huge

Hybrid View

Guest [SOLVED] File size is huge 11-17-2005, 05:45 PM
Guest RE: File size is huge 11-17-2005, 07:25 PM
Guest RE: File size is huge 11-18-2005, 12:45 AM
Guest RE: File size is huge 11-18-2005, 12:25 PM
  1. #1
    Lewis
    Guest

    [SOLVED] 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. #2
    Jim Thomlinson
    Guest

    RE: 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. #3
    Lewis
    Guest

    RE: 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. #4
    Lewis
    Guest

    RE: 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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1