toog
Structural
- Mar 12, 2002
- 12
Sometimes our complex workbooks become corrupt and the size increases enormously. The only solution seems to be to select all sheets and copy to a new workbook, same with macros.
This is painless except for dialog type sheets where the identification number of all objects changes, for example, Edit Box 30 becomes Edit Box 20. Any VB code referring to these no longer works. It is tedious to change all numbers and, if an object has visible property set to false, it's almost impossible.
Anyone have any idea how to work around this?
Thanks.
This is painless except for dialog type sheets where the identification number of all objects changes, for example, Edit Box 30 becomes Edit Box 20. Any VB code referring to these no longer works. It is tedious to change all numbers and, if an object has visible property set to false, it's almost impossible.
Anyone have any idea how to work around this?
Thanks.