Offset | Name | Size | Contents |
4 | grbit | 2 | Option flags |
6 | chKey | 1 | Keyboard shortcut |
7 | cch | 1 | Length of the name text |
8 | cce | 2 | Length of the name definition |
10 | ixals | 2 | Index to the sheet that contains this name, if the name is a local name (see text) |
12 | itab | 2 | This field is equal to ixals |
14 | cchCustMenu | 1 | Length of the custom menu text |
15 | cchDescription | 1 | Length of the description text |
16 | cchHelptopic | 1 | Length of the help topic text |
17 | cchStatustext | 1 | Length of the status bar text |
18 | rgch | var | Name text |
var | rgce | var | Name definition (see text) |
var | rgchCustMenu | var | Custom menu text |
var | rgchDescr | var | Description text |
var | rgchHelptopic | var | Help topic text |
var | rgchStatustext | var | Status bar text |
Bits | Mask | Name | Contents |
0 | 0001h | fHidden | = 1 if the name is hidden |
1 | 0002h | fFunc | = 1 if the name is a function |
2 | 0004h | fOB | = 1 if the name is a Visual Basic procedure |
3 | 0008h | fProc | = 1 if the name is a function or command name on a macro sheet |
4 | 0010h | fCalcExp | = 1 if the name contains a complex function |
5 | 0020h | fBuiltin | = 1 if the name is a built-in name |
11–6 | 0FC0h | fgrp | Function group index |
12 | 1000h | fBig | = 1 if the name refers to binary data (see text) |
15–13 | C000h | (Reserved) |
Built-in name | rgch |
Consolidate_Area | 00 |
Auto_Open | 01 |
Auto_Close | 02 |
Extract | 03 |
Database | 04 |
Criteria | 05 |
Print_Area | 06 |
Print_Titles | 07 |
Recorder | 08 |
Data_Form | 09 |
Auto_Activate | 0A |
Auto_Deactivate | 0B |
Sheet_Title | 0C |