Search code examples
excelexcel-2007

How can I permanently prevent Excel from setting all new documents to R1C1 mode?


Every time I create a new excel sheet, I have to go in and change it's cell reference mode to the familiar A1, B1, etc. I can't seem to find a way to permanently set it to A1 style.

Is there a macro I can write or a way to use templates or something, so that I don't have to keep changing the R1C1 setting?


Solution

  • In Office 2007, Click the Office button and click Excel Options which you will find at the end near Exit Excel.

    Go to Formulas tab and under Working with formulas, Check or uncheck R1C1 reference style to use it or to change it to A1 reference style.


    (source: lytebyte.com)

    If it doesn't stick you have some problem with a personal.xls or the default template or something I guess...

    EDIT:

    Try this first: Close all spreadsheets down. Assuming you have created one previously, unhide your Personal.xls workbook (Window>Unhide; In Excel 2007 and newer,View,Unhide) and then uncheck the R1C1 reference style. Save your Personal.xls, rehide & close down Excel (clicking Yes to save changes to Personal.xls). With any luck you should now have your default A1 style back. You will have to repeat the above with any other workbooks in your XLSTART directory and/or the start up location in Tools>Options>General tab.

    Then this: Help > Detect & Repair.
    If no good, try http://support.microsoft.com/kb/291288

    Last resort: Use Start > Run excel /regserver
    NOTE the space after "excel"