I'm working with Excel and using some of the VBA programming features via modules (without using forms), and a problem has occurred, the file currently has 8MB and I continually save with another name, at a minimum, indicating new release / release every major change; it happens that from one rescue to another the file becomes another size, however, totally disproportionate.
This file went from 8MB to 16MB after working days.
There was no inclusion of data (volume) or insertion of images, at most were punctual changes in programming, in conditional formatting or with direct border formatting in cells. I remember at least in one case having generated a macro to see how to handle cell border changes via VBA , but that's all.
When I notice that the file has increased disproportionately in size, my procedure is to copy the current schedule from the changed VBA (text) module, to the same module as the previous smaller file, overlapping . In addition to working as expected, saving the size continues as the original ( 8MB ).
The point is that this can occur without any notice of the change in the size of the file, and when it is noticed, it is too late to go back after numerous changes; so in these cases there should be some "junk" saved, which would be highly recommended to eliminate.
Does anyone know this problem and can you help me?