Compact Workbook

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a workbook that contains 13 sheets with VBA code as well. My file is
rather large as you would expect. I use "Compact & Repair" often in Access
to make my files smaller. Does Excel have anything like this? Or is there a
way to make the file smaller??

Thanks!
 
Hi,
You could delete the blank rows in your code modules and any comments that
are not valid. As well as any routines that are not in use.

also, you do not mention if you use many formulas or colors...

- Mark
 
Back
Top