macro code

M

muddan madhu

Hi All,

To minimize the storage space of an excel file ... what code can be
written ....
 
D

dimm

This is probably not what you want but....

I have some pretty heavy workbooks loaded down with sheets, macros, the
works. I've found that simply zipping the files for storage compacts them
quite a bit.

In relation to macros, writing nice tight clean code will obviously reduce
the finished size. Or you could break down one large workbook into a number
of smaller workbooks, and have your code tie them all together.
 
Top