April 2006
Beginner
1114 pages
98h 16m
English
All of the Excel settings and options can be controlled in code through Application object properties. Quite a few of the Application properties are devoted to Excel settings and options, but you only occasionally need to change these settings in code-- it is usually a better idea to let the users maintain their own settings.

Figure 7-1. Use Application.InputBox to get ranges and formulas
If you do change Excel options in code, it is polite to restore the user’s settings when you are done. To do that, save the original setting in a module-level variable and restore that setting before exiting.
Read now
Unlock full access