Page 11 - Excel Progamming Weekend Crash Course
P. 11
540629 FM.qxd 9/2/03 4:10 PM Page viii
viii Preface
Menu selections are indicated using the ➪ symbol. Thus, File ➪ Save means to open the
File menu and then select the Save command.
Code and VBA keywords in the text are indicated by a special font like this. Code list-
ings that are separate from the text are also in this font. Italics are used to indicate place-
holders in code. Here’s an example:
SaveAs filename
When you enter this code, you do not actually type filename. Rather, you replace file-
name with a specific filename as explained in the text.