Thread: size of file
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default size of file

Excel only maintains information on cells it thinks are in use. This can
include cells that contain formatting, change in row height, etc. They
don't necessarily need to contain information. If you use the vertical
scoll bar and when you get to the end of you data, it isn't on the bottom
end of the bar, the Excel is seeing a lot more of your sheet as being in use
than you would think. This can cause excel to store much more additional
information and could be the cause of your problem. To reset the usedrange,
select entire rows from below the last filled row to the bottom and do
Edit=Delete. An easy way to do this is to go in the name bar in the upper
left of the formula bar and enter

300:65536 <cr
Then do edit=Delete

Do it on each page with the appropriate ranges. Then save your workbook.

--
Regards,
Tom Ogilvy


"jb" wrote in message
...
does anyone know what makes the excel file size balloon
and what I can do to shrink it back down?