i have an excel spreadsheet with embedded vb. it's amazingly huge
(600k to 900k).
as i put in minor edits to the code or forms, it gets bigger very
fast. for example, i added 2 buttons and about 5 lines of code for
each (copied from elsewhere in the program) and it grew by 50k! i
added a tab to a dialog element and moved a couple of controls from
one tab to another and it grew by 100k!
occasionally i'll make some tiny change ant it will shrink by 300k. i
assume it's done some cleanup or compress operation.
is there a way to force this cleanup when i want it so i can get the
smaller version for distribution?
thanks,
tom
san diego
(600k to 900k).
as i put in minor edits to the code or forms, it gets bigger very
fast. for example, i added 2 buttons and about 5 lines of code for
each (copied from elsewhere in the program) and it grew by 50k! i
added a tab to a dialog element and moved a couple of controls from
one tab to another and it grew by 100k!
occasionally i'll make some tiny change ant it will shrink by 300k. i
assume it's done some cleanup or compress operation.
is there a way to force this cleanup when i want it so i can get the
smaller version for distribution?
thanks,
tom
san diego
Comment