Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.windows.group_policy
|
|||
|
|||
![]()
Is there a way to prevent the R1C1 reference policy from being used in excel
by using a group policy? If not, how can I prevent it from being the default setting? Thanks, Jasper |
#2
![]()
Posted to microsoft.public.excel.misc,microsoft.public.windows.group_policy,microsoft.public.excel
|
|||
|
|||
![]()
Hi,
I'm not sure about group policy but you could use the workbook open event to change it Private Sub Workbook_Open() With Application .ReferenceStyle = xlA1 End With End Sub Mike "Jasper Recto" wrote: Is there a way to prevent the R1C1 reference policy from being used in excel by using a group policy? If not, how can I prevent it from being the default setting? Thanks, Jasper |
#3
![]()
Posted to microsoft.public.excel.misc,microsoft.public.windows.group_policy,microsoft.public.excel
|
|||
|
|||
![]()
Hi,
to the best of my knowledge R1C1 style is not the default, A1 style is. -- If this helps, please click the Yes button. Cheers, Shane Devenshire "Jasper Recto" wrote: Is there a way to prevent the R1C1 reference policy from being used in excel by using a group policy? If not, how can I prevent it from being the default setting? Thanks, Jasper |
#4
![]()
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.windows.group_policy
|
|||
|
|||
![]()
This setting is picked up from the first workbook that you open in that
session. I don't think you can change the default behavior. You could use an application event (selection change???) that changes the reference style to what you like--but what about the people who like this setting. I know I very rarely use it, but I do like it when I'm checking formulas in a column for consistency -- or writing a macro and I want to check my .formulaR1C1 string. Jasper Recto wrote: Is there a way to prevent the R1C1 reference policy from being used in excel by using a group policy? If not, how can I prevent it from being the default setting? Thanks, Jasper -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sum Indirect Using R1C1 Style | Excel Worksheet Functions | |||
R1C1 reference style | Excel Discussion (Misc queries) | |||
How do I change sheet notation from R1C1 style to A1 style in XL 2 | Setting up and Configuration of Excel | |||
can a1 reference style and r1c1 style be used in same formula? | Excel Worksheet Functions | |||
R1C1 reference style | Excel Discussion (Misc queries) |