Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I've got a 3 MB VBA file that has grown to 50 MB+. Any ideas on how to chop
it down? Things tried already: -Last cell issue resolved, including contexture fix. -Temp files in Windows & Internet purged. I've spent hours researching this on this site and others, but nothing seems to workl Thanks for any help, John |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Do you have any pictures or shapes that you don't need in there? Any
named ranges which are no longer used? Pete On Jul 8, 12:22 am, wrote: I've got a 3 MB VBA file that has grown to 50 MB+. Any ideas on how to chop it down? Things tried already: -Last cell issue resolved, including contexture fix. -Temp files in Windows & Internet purged. I've spent hours researching this on this site and others, but nothing seems to workl Thanks for any help, John |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Pete, thanks for the response. no name ranges or shapes. I use Microsoft's
Excess Formatting Cleaner hopefully to clean up these things. John "Pete_UK" wrote: Do you have any pictures or shapes that you don't need in there? Any named ranges which are no longer used? Pete On Jul 8, 12:22 am, wrote: I've got a 3 MB VBA file that has grown to 50 MB+. Any ideas on how to chop it down? Things tried already: -Last cell issue resolved, including contexture fix. -Temp files in Windows & Internet purged. I've spent hours researching this on this site and others, but nothing seems to workl Thanks for any help, John |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Pete wrote << Do you have any pictures or shapes that you don't need in
there? Any named ranges which are no longer used? Similarly do you have any Pivot Tables which can be eliminated? Setting up Pivot Tables afresh reduces the size of the file (I know not why) Regards. Bill Ridgeway Computer Solutions |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you do have pivots, modify the pivot table settings so that it does
not save the underlying data with the table. This will easily cut the file size in 1/2 if you have any large pivots. |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"Tim879" wrote in message
oups.com... If you do have pivots, modify the pivot table settings so that it does not save the underlying data with the table. This will easily cut the file size in 1/2 if you have any large pivots. Can you do that in an existing pivot table or do you have to start over please? Bill Ridgeway |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Bill, thanks for the response, but no pivot tables. I read a vague
description about Excel wanting to store equations....dunno. Any other suggestions would be welcomed. John "Bill Ridgeway" wrote: "Tim879" wrote in message oups.com... If you do have pivots, modify the pivot table settings so that it does not save the underlying data with the table. This will easily cut the file size in 1/2 if you have any large pivots. Can you do that in an existing pivot table or do you have to start over please? Bill Ridgeway |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The default is to have "save data with table layout" ticked. What is the
practical difference between saving data and not saving data please. Thanks. Bill Ridgeway |
#9
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Tim, thanks for the response, but no pivot tables. I read a vague
description about Excel wanting to store equations....dunno. Any other suggestions would be welcomed. John "Tim879" wrote: If you do have pivots, modify the pivot table settings so that it does not save the underlying data with the table. This will easily cut the file size in 1/2 if you have any large pivots. |
#10
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Have you verified that resetting the UsedRange has worked by going to some
sheets and checking? If you do that and it turns out that it's not as expected, you might look at this new info that Microsoft published about it all along with what was available at Contextures: http://office.microsoft.com/en-us/ex...CH100648141033 " wrote: I've got a 3 MB VBA file that has grown to 50 MB+. Any ideas on how to chop it down? Things tried already: -Last cell issue resolved, including contexture fix. -Temp files in Windows & Internet purged. I've spent hours researching this on this site and others, but nothing seems to workl Thanks for any help, John |
#11
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
JLatham, thanks for the try, but deleting (I assume this is what you mean by
'resetting') unused rows and columns didn't seem to help. As for Contextures, I'm doing basically the same thing by using Microsoft's Add-In, Excess Formatting Cleaner. Any other ideas would be appreciate. John "JLatham" wrote: Have you verified that resetting the UsedRange has worked by going to some sheets and checking? If you do that and it turns out that it's not as expected, you might look at this new info that Microsoft published about it all along with what was available at Contextures: http://office.microsoft.com/en-us/ex...CH100648141033 " wrote: I've got a 3 MB VBA file that has grown to 50 MB+. Any ideas on how to chop it down? Things tried already: -Last cell issue resolved, including contexture fix. -Temp files in Windows & Internet purged. I've spent hours researching this on this site and others, but nothing seems to workl Thanks for any help, John |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Compact or Shrink down excel file | Excel Discussion (Misc queries) | |||
How can I shrink a file size w/ a pivot table and many formulas? | Excel Worksheet Functions | |||
How to shrink file sizes after eliminating worksheets in file | Excel Discussion (Misc queries) | |||
shrink to fit in excel | Excel Worksheet Functions | |||
file open via IE hyperlink causes already open files to shrink and tile | Setting up and Configuration of Excel |