I'm trying to create a spreadsheet for a client that will automatically size itself to a specific size when it is opened. I've googled a dozen things, none of which seem to work. The most common seems to be this code:
Sub SetWindowSize1()
Application.WindowState = xlNormal...