Читать книгу Excel VBA Programming For Dummies - Dick Kusleika - Страница 65
Using the General tab
ОглавлениеFigure 3-9 shows the options available on the General tab of the Options dialog box. In almost every case, the default settings are just fine.
FIGURE 3-9: The General tab of the Options dialog box.
The most important setting is Error Trapping. It’s considered a best practice not to use the Break on All Errors setting. If you use this setting, your error-handling code won’t work. You can read more about this in Chapter 12.
If you’re really interested in these options, click the Help button for details.