Discussion on:

8
Comments

Join the conversation!

Follow via:
RSS
Email Alert
From a new file, keep the setting R1C1 in settings
save the file as MODEL in :
C:Program FilesMicrosoft OfficeOFFICE11XLSTART
File name must be : workbook.XLTS
All worksheet will get this style but not old files yet registered.
2 Votes
+ -
A Simple Solution
sbsinc 3rd May 2012
So you want R1C1 style of cell nominclature; all you do is open Excel and then click the Office Button, the upper left corner of the application, then select Excel Options, then select Formulas and then in the Working with formulas section, check the box R1C1 style and lastly click OK.
0 Votes
+ -
Wow, this request takes me back. Microsoft MultiPlan was what used the R1C1 location references and , perhaps, it was better. But its time to move on.
0 Votes
+ -
Solution
hkammann 8th May 2012
You could run the following VBA script on startup (Google will explain you on how to do this on startup):
Application.ReferenceStyle = xlR1C1

Should make the deal.
0 Votes
+ -
Here's my two cents...
daniel@... Updated - 8th May 2012
Create a new workbook and set the referencing to R1C1 in Excel Options Formulas (General in 2003).
Save this work book as a Template (.xltx) in the ... /START folder. The name of the workbook MUST be BOOK.XLTX and nothing else.

Typically in Windows 7 the path would be:
C:\Users\[user login]\AppData\Roaming\Microsoft\Excel\XLSTART.

In Windows XP it would be:
C:\Document and Settings\[Login Name]\Application Data\Microsoft\Excel\XLSTART.

The next time you open Excel all new workbooks will use the R1C1 (so useful for VBA programmers) notation.

Didn't test this in 2003. Only in 2007 using Win 7.
0 Votes
+ -
Book1.xlsx
mpala007@... 8th May 2012
I saved the Book1.xlsx in XLStart folder after setting it to R1C1 style
I did this in both Office 2010 on Win7 & Office 2007 in XP
More Changes than just this can be done to the Book1 file
0 Votes
+ -
R1C1
jharvie673@... 8th May 2012
How about an Auto macro?
0 Votes
+ -
Auto Macro
hkammann 9th May 2012
I suggested one and provided the code above.
Keyboard Shortcuts:
Prev
Next
Toggle
Join the conversation
Formatting +
BB Codes - Note: HTML is not supported in forums
  • [b] Bold [/b]
  • [i] Italic [/i]
  • [u] Underline [/u]
  • [s] Strikethrough [/s]
  • [q] "Quote" [/q]
  • [ol][*] 1. Ordered List [/ol]
  • [ul][*] · Unordered List [/ul]
  • [pre] Preformat [/pre]
  • [quote] "Blockquote" [/quote]

Join the TechRepublic Community and join the conversation! Signing-up is free and quick, Do it now, we want to hear your opinion.