Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
I have a workbook with 13 sheets having SQL Query. Even though the data size is not so big the file size seems to be unduley BIG. The data is average 15,000 rows per sheet with 41 columns. Now the file size is 75 MB. Is there something wrong or I have to do something in order to make the file size normal (small) TIA Soniya |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Soniya
Check out http://www.contextures.com/xlfaqApp.html#Unused -- Regards Ron de Bruin http://www.rondebruin.nl "Soniya" wrote in message ... Hi All, I have a workbook with 13 sheets having SQL Query. Even though the data size is not so big the file size seems to be unduley BIG. The data is average 15,000 rows per sheet with 41 columns. Now the file size is 75 MB. Is there something wrong or I have to do something in order to make the file size normal (small) TIA Soniya |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi soniya,
It might be following: http://support.microsoft.com?kbid=293828 BUG: Excel File Size Grows When You Edit or Update ADO Recordset on Excel Spreadsheet Opening and saving in excel should solve the problem. Also it may be a good idea NOT to store the data, by setting the SaveData property of the querytable to False keepITcool < email : keepitcool chello nl (with @ and .) < homepage: http://members.chello.nl/keepitcool Soniya wrote in message : Hi All, I have a workbook with 13 sheets having SQL Query. Even though the data size is not so big the file size seems to be unduley BIG. The data is average 15,000 rows per sheet with 41 columns. Now the file size is 75 MB. Is there something wrong or I have to do something in order to make the file size normal (small) TIA Soniya |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Soniya!....
I just realized the numbers you were giving: 13 sheets, 15000 rows, 41 columns. Not accounting for overhead..assume you'd use 8 bytes per cell... ?13&*15000&*41&*8& 63 960 000 if you create an empty workbook and fill all those cells with a simple 1.. you DO have a 54MB workbook. you must split the data into various workbooks. AND consider if you REALLY need all those columns. keepITcool < email : keepitcool chello nl (with @ and .) < homepage: http://members.chello.nl/keepitcool Soniya wrote in message : Hi All, I have a workbook with 13 sheets having SQL Query. Even though the data size is not so big the file size seems to be unduley BIG. The data is average 15,000 rows per sheet with 41 columns. Now the file size is 75 MB. Is there something wrong or I have to do something in order to make the file size normal (small) TIA Soniya |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
File Size With Macros Has Increased From Its Origina Size | Excel Discussion (Misc queries) | |||
Unusual File Size in Excel file | Excel Discussion (Misc queries) | |||
how to set sheet size to reduce file size | Excel Discussion (Misc queries) | |||
Unable to open excel file and when view the file size show as 1 KB | Excel Discussion (Misc queries) | |||
How to get the size of the excel file, a sheet size (in bytes)? | Excel Programming |