So I am using a third party add on for excel and it messing with my setting. I have set up a macro button to do this to change the R1C1
Sub r1c1()
Application.ReferenceStyle = xlA1
End Sub
But I am also wondering if there is a way to toggle the "Show paste option when content is pasted" without going to option every time I open excel.
Sub r1c1()
Application.ReferenceStyle = xlA1
End Sub
But I am also wondering if there is a way to toggle the "Show paste option when content is pasted" without going to option every time I open excel.