Hi all,
I was re-writing an old macro, and I needed to create a workbook with 11 sheets. So I set Application.SheetsInNewWorkbook = 11.
This worked, but I noticed every computer that macro runs on now creates new workbooks with 11 sheets ...
I need to figure out the correct number of sheets to set the property back correctly, before I wreck havoc on the many macros that call Workbooks.Add.
Any help is appreciated!
I was re-writing an old macro, and I needed to create a workbook with 11 sheets. So I set Application.SheetsInNewWorkbook = 11.
This worked, but I noticed every computer that macro runs on now creates new workbooks with 11 sheets ...
I need to figure out the correct number of sheets to set the property back correctly, before I wreck havoc on the many macros that call Workbooks.Add.
Any help is appreciated!