R
Roger
I have several older worksheets. Each one has a corresponding macro
(xlm) sheet. They are set up so that when a worksheet is opened, the
macro sheet opens in the background (hidden).
I want each worksheet to be the same size that exists when I save the
file. Then, later when the file is opened, it goes from the size I
gave it to a full screen window.
The macro sheet has an Auto.Start command. It reads:
=ECHO(FALSE)
=Custom() ( This is a special set of commands for the worksheet )
=CALCULATION(1,FALSE,,,TRUE,FALSE,FALSE)
=RETURN()
What is making the file grow in size? AND how do I change it?
Roger
(xlm) sheet. They are set up so that when a worksheet is opened, the
macro sheet opens in the background (hidden).
I want each worksheet to be the same size that exists when I save the
file. Then, later when the file is opened, it goes from the size I
gave it to a full screen window.
The macro sheet has an Auto.Start command. It reads:
=ECHO(FALSE)
=Custom() ( This is a special set of commands for the worksheet )
=CALCULATION(1,FALSE,,,TRUE,FALSE,FALSE)
=RETURN()
What is making the file grow in size? AND how do I change it?
Roger