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...
I'm using Lahey F95 v5.6. I have an allocate statement:
ALLOCATE (xyzo (nface, 4, 3, 2))
which has never given a problem except when the value of nface is 43656. When it is this value, the program terminates. Changing the final dimension from 2 to 3 fixes the problem, a clumsy fix.
Anyone...