A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Not sure why this is happening but a template file in your XLSTART folder will solve it.
To find where your XLSTART is:
- Press [Alt]+[F11] to launch the VBE.
- If the Immediate window isn't visible, press [Ctrl]+g.
- In the Immediate window, type ? application.StartupPath and press Enter. VBA will display the path to XLStart.
Note the question make; as in ? application.StartupPath . You could just copy & paste this
Make a note of the response. Mine is C:\Users\Bernard\AppData\Roaming\Microsoft\Excel\XLSTART
Open a new workbook
Open Excel > File > Options > Formulas > Uncheck ‘ R1C1 reference style’ under Working with style > click on ‘OK’.
Click on File > Save as > Browse to the XLSTART folder and give the file the name Book.xltx. Press OK
This site might help: http://www.excel-easy.com/examples/default-templates.html
best wishes