April 2006
Beginner
1114 pages
98h 16m
English
There are a great many other settings and options in Excel. Chapter 6 showed how to find operating system and version information from the Application object. You can also get and set the options set through the Excel Options dialog box (Figure 7-2) using individual Application properties.
For example, to select the R1C1 reference style in Figure 7-2, use this code:
Sub SetReferenceStyle( )
Application.ReferenceStyle = xlR1C1
End SubRead now
Unlock full access