プログラム
------------------------------------------------------------------------------
use strict;
use Win32::OLE;
use Win32::OLE::Const;
open(OUT,">tmp.txt");
my $xl = Win32::OLE::Const->Load("Microsoft Access");
printf OUT "Access type libary contains %d constants:\n",scalar keys %$xl;
foreach my $Key ( sort keys %$xl )
{
print OUT "$Key = $xl->{$Key}\n";
}
Access2007の出力
------------------------------------------------------------------------------
Access type libary contains 1495 constants:
ALT_MASK = 4
A_ADD = 0
A_ALL = 0
A_ANYWHERE = 0
A_ATTACH = 2
A_COPY = 3
A_CURRENT = 1
A_CUT = 2
A_DELETE = 6
A_DELETE_V2 = 7
A_DESIGN = 1
A_DIALOG = 3
A_DOWN = 1
A_DRAFT = 3
A_EDIT = 1
A_EDITMENU = 1
A_ENTIRE = 1
A_EXIT = 2
A_EXPORT = 1
A_EXPORTDELIM = 2
A_EXPORTFIXED = 3
A_EXPORTMERGE = 4
A_FILE = 0
A_FIRST = 2
A_FORM = 2
A_FORMATRTF = Rich Text Format (*.rtf)
A_FORMATTXT = MS-DOS Text (*.txt)
A_FORMATXLS = Microsoft Excel (*.xls)
A_FORMBAR = 0
A_FORMDS = 3
A_GOTO = 4
A_HIDDEN = 1
A_HIGH = 0
A_ICON = 2
A_IMPORT = 0
A_IMPORTDELIM = 0
A_IMPORTFIXED = 1
A_LAST = 3
A_LOW = 2
A_MACRO = 4
A_MEDIUM = 1
A_MENU_VER1X = 11
A_MENU_VER20 = 20
A_MODULE = 5
A_NEW = 0
A_NEWREC = 5
A_NEXT = 1
A_NORMAL = 0
A_OBJECT = 14
A_OBJECTUPDATE = 3
A_OBJECTVERB = 0
A_PAGES = 2
A_PASTE = 4
A_PREVIEW = 2
A_PREVIOUS = 0
A_PRINTALL = 0
A_PROMPT = 0
A_QUERY = 1
A_READONLY = 2
A_RECORDSMENU = 3
A_REFRESH = 2
A_REPORT = 3
A_SAVE = 1
A_SAVEFORM = 2
A_SAVEFORMAS = 3
A_SAVERECORD = 4
A_SELECTALLRECORDS = 8
A_SELECTALLRECORDS_V2 = 9
A_SELECTION = 1
A_SELECTRECORD = 7
A_SELECTRECORD_V2 = 8
A_START = 2
A_TABLE = 0
A_TOOLBAR_NO = 2
A_TOOLBAR_WHERE_APPROP = 1
A_TOOLBAR_YES = 0
A_UNDO = 0
A_UNDOFIELD = 1
A_UP = 0
CTRL_MASK = 2
DATA_ERRADDED = 2
DATA_ERRCONTINUE = 0
DATA_ERRDISPLAY = 1
DB_APPENDONLY = 8
DB_ATTACHEDODBC = 536870912
DB_ATTACHEDTABLE = 1073741824
DB_ATTACHEXCLUSIVE = 65536
DB_ATTACHSAVEPWD = 131072
DB_AUTOINCRFIELD = 16
DB_BINARY = 9
DB_BOOLEAN = 1
DB_BYTE = 2
DB_CONSISTENT = 32
DB_CURRENCY = 5
DB_DATE = 8
DB_DECRYPT = 4
DB_DENYREAD = 2
DB_DENYWRITE = 1
DB_DESCENDING = 1
DB_DOUBLE = 7
DB_ENCRYPT = 2
DB_FAILONERROR = 128
DB_FIXEDFIELD = 1
DB_FORWARDONLY = 256
DB_FREELOCKS = 1
DB_HIDDENOBJECT = 1
DB_IGNORENULL = 8
DB_INCONSISTENT = 16
DB_INTEGER = 3
DB_LANG_ARABIC = ;LANGID=0x0401;CP=1256;COUNTRY=0
DB_LANG_CYRILLIC = ;LANGID=0x0419;CP=1251;COUNTRY=0
DB_LANG_CZECH = ;LANGID=0x0405;CP=1250;COUNTRY=0
DB_LANG_DUTCH = ;LANGID=0x0413;CP=1252;COUNTRY=0
DB_LANG_GENERAL = ;LANGID=0x0409;CP=1252;COUNTRY=0
DB_LANG_GREEK = ;LANGID=0x0408;CP=1253;COUNTRY=0
DB_LANG_HEBREW = ;LANGID=0x040D;CP=1255;COUNTRY=0
DB_LANG_HUNGARIAN = ;LANGID=0x040E;CP=1250;COUNTRY=0
DB_LANG_ICELANDIC = ;LANGID=0x040F;CP=1252;COUNTRY=0
DB_LANG_NORDIC = ;LANGID=0x041D;CP=1252;COUNTRY=0
DB_LANG_NORWDAN = ;LANGID=0x0414;CP=1252;COUNTRY=0
DB_LANG_POLISH = ;LANGID=0x0415;CP=1250;COUNTRY=0
DB_LANG_SPANISH = ;LANGID=0x040A;CP=1252;COUNTRY=0
DB_LANG_SWEDFIN = ;LANGID=0x040B;CP=1252;COUNTRY=0
DB_LANG_TURKISH = ;LANGID=0x041F;CP=1254;COUNTRY=0
DB_LONG = 4
DB_LONGBINARY = 11
DB_MEMO = 12
DB_NONULLS = 3
DB_OLE = 11
DB_OPEN_DYNASET = 2
DB_OPEN_SNAPSHOT = 4
DB_OPEN_TABLE = 1
DB_OPTIONINIPATH = 1
DB_PRIMARY = 2
DB_PROHIBITNULL = 4
DB_QACTION = 240
DB_QAPPEND = 64
DB_QCROSSTAB = 16
DB_QDDL = 96
DB_QDELETE = 32
DB_QMAKETABLE = 80
DB_QSELECT = 0
DB_QSETOPERATION = 128
DB_QSPTBULK = 144
DB_QSQLPASSTHROUGH = 112
DB_QUERYDEF = 5
DB_QUPDATE = 48
DB_READONLY = 4
DB_RELATIONDELETECASCADE = 4096
DB_RELATIONDONTENFORCE = 2
DB_RELATIONINHERITED = 4
DB_RELATIONLEFT = 16777216
DB_RELATIONRIGHT = 33554432
DB_RELATIONUNIQUE = 1
DB_RELATIONUPDATECASCADE = 256
DB_SEC_CREATE = 1
DB_SEC_DBCREATE = 1
DB_SEC_DBEXCLUSIVE = 4
DB_SEC_DBOPEN = 2
DB_SEC_DELETE = 65536
DB_SEC_DELETEDATA = 128
DB_SEC_FRMRPT_EXECUTE = 256
DB_SEC_FRMRPT_READDEF = 4
DB_SEC_FRMRPT_WRITEDEF = 65548
DB_SEC_FULLACCESS = 1048575
DB_SEC_INSERTDATA = 32
DB_SEC_MAC_EXECUTE = 8
DB_SEC_MAC_READDEF = 10
DB_SEC_MAC_WRITEDEF = 65542
DB_SEC_MOD_READDEF = 2
DB_SEC_MOD_WRITEDEF = 65542
DB_SEC_NOACCESS = 0
DB_SEC_READDEF = 4
DB_SEC_READSEC = 131072
DB_SEC_REPLACEDATA = 64
DB_SEC_RETRIEVEDATA = 20
DB_SEC_WRITEDEF = 65548
DB_SEC_WRITEOWNER = 524288
DB_SEC_WRITESEC = 262144
DB_SINGLE = 6
DB_SORTARABIC = 267
DB_SORTCYRILLIC = 263
DB_SORTCZECH = 264
DB_SORTDUTCH = 259
DB_SORTGENERAL = 256
DB_SORTGREEK = 269
DB_SORTHEBREW = 268
DB_SORTHUNGARIAN = 265
DB_SORTICELANDIC = 262
DB_SORTNORWDAN = 261
DB_SORTPDXINTL = 4096
DB_SORTPDXNOR = 4098
DB_SORTPDXSWE = 4097
DB_SORTPOLISH = 266
DB_SORTSPANISH = 258
DB_SORTSWEDFIN = 260
DB_SORTTURKISH = 270
DB_SORTUNDEFINED = -1
DB_SQLPASSTHROUGH = 64
DB_SYSTEMOBJECT = -2147483646
DB_TABLE = 1
DB_TEXT = 10
DB_UNIQUE = 1
DB_UPDATABLEFIELD = 32
DB_VARIABLEFIELD = 2
DB_VERSION10 = 1
DB_VERSION11 = 8
DB_VERSION20 = 16
DELETE_CANCEL = 1
DELETE_OK = 0
DELETE_USER_CANCEL = 2
LB_CLOSE = 8
LB_END = 9
LB_GETCOLUMNCOUNT = 4
LB_GETCOLUMNWIDTH = 5
LB_GETFORMAT = 7
LB_GETROWCOUNT = 3
LB_GETVALUE = 6
LB_INITIALIZE = 0
LB_OPEN = 1
LEFT_BUTTON = 1
MIDDLE_BUTTON = 4
OBJSTATE_DIRTY = 2
OBJSTATE_NEW = 4
OBJSTATE_OPEN = 1
OLE_CHANGED = 0
OLE_CLOSED = 2
OLE_RELEASE = 5
OLE_RENAMED = 3
OLE_SAVED = 1
RIGHT_BUTTON = 2
SHIFT_MASK = 1
SYSCMD_ACCESSDIR = 9
SYSCMD_ACCESSVER = 7
SYSCMD_CLEARHELPTOPIC = 11
SYSCMD_CLEARSTATUS = 5
SYSCMD_GETOBJECTSTATE = 10
SYSCMD_INIFILE = 8
SYSCMD_INITMETER = 1
SYSCMD_REMOVEMETER = 3
SYSCMD_RUNTIME = 6
SYSCMD_SETSTATUS = 4
SYSCMD_UPDATEMETER = 2
V_CURRENCY = 6
V_DATE = 7
V_DOUBLE = 5
V_EMPTY = 0
V_INTEGER = 2
V_LONG = 3
V_NULL = 1
V_SINGLE = 4
V_STRING = 8
acADP = 1
acActiveDataObject = -1
acAdd = 0
acAddress = 2
acAll = 0
acAltMask = 4
acAnywhere = 0
acAppendData = 2
acApplyFilter = 1
acApplyServerFilter = 3
acAttachment = 126
acBetween = 0
acBottom = 3
acBoundObjectFrame = 108
acCheckBox = 106
acClassModule = 1
acCloseFilterWindow = 2
acCloseServerFilterWindow = 4
acCmdAboutMicrosoftAccess = 35
acCmdAddFromOutlook = 583
acCmdAddInManager = 526
acCmdAddToNewGroup = 494
acCmdAddWatch = 201
acCmdAdvancedFilterSort = 99
acCmdAlignBottom = 46
acCmdAlignCenter = 477
acCmdAlignLeft = 43
acCmdAlignMiddle = 476
acCmdAlignRight = 44
acCmdAlignToGrid = 47
acCmdAlignToShortest = 153
acCmdAlignToTallest = 154
acCmdAlignTop = 45
acCmdAlignmentAndSizing = 478
acCmdAnalyzePerformance = 283
acCmdAnalyzeTable = 284
acCmdAnchorBottomLeft = 616
acCmdAnchorBottomRight = 618
acCmdAnchorBottomStretchAcross = 617
acCmdAnchorStretchAcross = 611
acCmdAnchorStretchDown = 613
acCmdAnchorStretchDownAcross = 614
acCmdAnchorStretchDownRight = 615
acCmdAnchorTopLeft = 610
acCmdAnchorTopRight = 612
acCmdAnswerWizard = 235
acCmdAppMaximize = 10
acCmdAppMinimize = 11
acCmdAppMove = 12
acCmdAppRestore = 9
acCmdAppSize = 13
acCmdApplyAutoFormat1 = 648
acCmdApplyAutoFormat10 = 657
acCmdApplyAutoFormat11 = 658
acCmdApplyAutoFormat12 = 659
acCmdApplyAutoFormat13 = 660
acCmdApplyAutoFormat14 = 661
acCmdApplyAutoFormat15 = 662
acCmdApplyAutoFormat16 = 663
acCmdApplyAutoFormat17 = 664
acCmdApplyAutoFormat18 = 665
acCmdApplyAutoFormat19 = 666
acCmdApplyAutoFormat2 = 649
acCmdApplyAutoFormat20 = 667
acCmdApplyAutoFormat21 = 668
acCmdApplyAutoFormat22 = 669
acCmdApplyAutoFormat23 = 670
acCmdApplyAutoFormat24 = 671
acCmdApplyAutoFormat25 = 672
acCmdApplyAutoFormat3 = 650
acCmdApplyAutoFormat4 = 651
acCmdApplyAutoFormat5 = 652
acCmdApplyAutoFormat6 = 653
acCmdApplyAutoFormat7 = 654
acCmdApplyAutoFormat8 = 655
acCmdApplyAutoFormat9 = 656
acCmdApplyDefault = 55
acCmdApplyFilterSort = 93
acCmdArrangeIconsAuto = 218
acCmdArrangeIconsByCreated = 216
acCmdArrangeIconsByModified = 217
acCmdArrangeIconsByName = 214
acCmdArrangeIconsByType = 215
acCmdAutoCorrect = 261
acCmdAutoDial = 192
acCmdAutoFormat = 270
acCmdBackgroundPicture = 474
acCmdBackgroundSound = 475
acCmdBackup = 513
acCmdBookmarksClearAll = 310
acCmdBookmarksNext = 308
acCmdBookmarksPrevious = 309
acCmdBookmarksToggle = 307
acCmdBringToFront = 52
acCmdBrowseSharePointList = 621
acCmdCallStack = 172
acCmdChangeToCheckBox = 231
acCmdChangeToComboBox = 230
acCmdChangeToCommandButton = 501
acCmdChangeToImage = 234
acCmdChangeToLabel = 228
acCmdChangeToListBox = 229
acCmdChangeToOptionButton = 233
acCmdChangeToTextBox = 227
acCmdChangeToToggleButton = 232
acCmdClearAll = 146
acCmdClearAllBreakpoints = 132
acCmdClearGrid = 71
acCmdClearHyperlink = 343
acCmdClearItemDefaults = 237
acCmdClose = 58
acCmdCloseAll = 646
acCmdCloseDatabase = 538
acCmdCloseWindow = 186
acCmdCollectDataViaEmail = 608
acCmdColumnWidth = 117
acCmdCompactDatabase = 4
acCmdCompileAllModules = 125
acCmdCompileAndSaveAllModules = 126
acCmdCompileLoadedModules = 290
acCmdCompleteWord = 306
acCmdConditionalFormatting = 500
acCmdConnection = 383
acCmdControlMarginsMedium = 630
acCmdControlMarginsNarrow = 629
acCmdControlMarginsNone = 628
acCmdControlMarginsWide = 631
acCmdControlPaddingMedium = 634
acCmdControlPaddingNarrow = 633
acCmdControlPaddingNone = 632
acCmdControlPaddingWide = 635
acCmdControlWizardsToggle = 197
acCmdConvertDatabase = 171
acCmdConvertMacrosToVisualBasic = 279
acCmdCopy = 190
acCmdCopyDatabaseFile = 516
acCmdCopyHyperlink = 328
acCmdCreateMenuFromMacro = 334
acCmdCreateRelationship = 150
acCmdCreateReplica = 263
acCmdCreateShortcut = 219
acCmdCreateShortcutMenuFromMacro = 336
acCmdCreateToolbarFromMacro = 335
acCmdCut = 189
acCmdDataEntry = 78
acCmdDataOutline = 468
acCmdDatabaseProperties = 256
acCmdDatabaseSplitter = 520
acCmdDatasheetView = 282
acCmdDateAndTime = 226
acCmdDebugWindow = 123
acCmdDelete = 337
acCmdDeleteGroup = 493
acCmdDeletePage = 332
acCmdDeleteQueryColumn = 81
acCmdDeleteRecord = 223
acCmdDeleteRows = 188
acCmdDeleteSharePointList = 627
acCmdDeleteTab = 255
acCmdDeleteTable = 489
acCmdDeleteTableColumn = 271
acCmdDeleteWatch = 267
acCmdDesignView = 183
acCmdDiagramAddRelatedTables = 373
acCmdDiagramAutosizeSelectedTables = 378
acCmdDiagramDeleteRelationship = 382
acCmdDiagramLayoutDiagram = 380
acCmdDiagramLayoutSelection = 379
acCmdDiagramModifyUserDefinedView = 375
acCmdDiagramNewLabel = 372
acCmdDiagramNewTable = 381
acCmdDiagramRecalculatePageBreaks = 377
acCmdDiagramShowRelationshipLabels = 374
acCmdDiagramViewPageBreaks = 376
acCmdDiscardChanges = 639
acCmdDiscardChangesAndRefresh = 640
acCmdDocMaximize = 15
acCmdDocMinimize = 60
acCmdDocMove = 16
acCmdDocRestore = 14
acCmdDocSize = 17
acCmdDocumenter = 285
acCmdDropSQLDatabase = 517
acCmdDuplicate = 34
acCmdEditHyperlink = 325
acCmdEditListItems = 607
acCmdEditRelationship = 151
acCmdEditTriggers = 384
acCmdEditWatch = 202
acCmdEditingAllowed = 70
acCmdEncryptDecryptDatabase = 5
acCmdEnd = 198
acCmdExit = 3
acCmdExportAccess = 559
acCmdExportExcel = 556
acCmdExportFixedFormat = 592
acCmdExportHTML = 564
acCmdExportLotus = 567
acCmdExportODBC = 562
acCmdExportParadox = 566
acCmdExportRTF = 558
acCmdExportSharePointList = 557
acCmdExportSnapShot = 563
acCmdExportText = 560
acCmdExportXML = 561
acCmdExportdBase = 565
acCmdFavoritesAddTo = 299
acCmdFavoritesOpen = 298
acCmdFieldList = 42
acCmdFieldTemplates = 647
acCmdFilterByForm = 207
acCmdFilterBySelection = 208
acCmdFilterExcludingSelection = 277
acCmdFilterMenu = 619
acCmdFind = 30
acCmdFindNext = 341
acCmdFindNextWordUnderCursor = 313
acCmdFindPrevWordUnderCursor = 312
acCmdFindPrevious = 120
acCmdFitToWindow = 245
acCmdFont = 19
acCmdFormHdrFtr = 36
acCmdFormView = 281
acCmdFormatCells = 77
acCmdFreezeColumn = 105
acCmdGoBack = 294
acCmdGoContinue = 127
acCmdGoForward = 295
acCmdGroupByTable = 387
acCmdGroupControls = 484
acCmdHideColumns = 79
acCmdHideMessageBar = 677
acCmdHidePane = 365
acCmdHideTable = 147
acCmdHorizontalSpacingDecrease = 158
acCmdHorizontalSpacingIncrease = 159
acCmdHorizontalSpacingMakeEqual = 157
acCmdHyperlinkDisplayText = 329
acCmdImportAttachAccess = 544
acCmdImportAttachExcel = 545
acCmdImportAttachHTML = 550
acCmdImportAttachLotus = 554
acCmdImportAttachODBC = 549
acCmdImportAttachOutlook = 551
acCmdImportAttachParadox = 553
acCmdImportAttachSharePointList = 547
acCmdImportAttachText = 546
acCmdImportAttachXML = 548
acCmdImportAttachdBase = 552
acCmdIndent = 205
acCmdIndexes = 152
acCmdInsertActiveXControl = 258
acCmdInsertChart = 293
acCmdInsertFile = 39
acCmdInsertFileIntoModule = 118
acCmdInsertHyperlink = 259
acCmdInsertLogo = 585
acCmdInsertLookupColumn = 273
acCmdInsertLookupField = 291
acCmdInsertMovieFromFile = 469
acCmdInsertObject = 33
acCmdInsertPage = 331
acCmdInsertPicture = 222
acCmdInsertPivotTable = 470
acCmdInsertProcedure = 262
acCmdInsertQueryColumn = 82
acCmdInsertRows = 187
acCmdInsertSpreadsheet = 471
acCmdInsertSubdatasheet = 499
acCmdInsertTableColumn = 272
acCmdInsertTitle = 586
acCmdInsertUnboundSection = 472
acCmdInvokeBuilder = 178
acCmdJoinProperties = 72
acCmdLastPosition = 339
acCmdLayoutGridlinesBoth = 574
acCmdLayoutGridlinesBottom = 580
acCmdLayoutGridlinesCrossHatch = 578
acCmdLayoutGridlinesHorizontal = 576
acCmdLayoutGridlinesNone = 577
acCmdLayoutGridlinesOutline = 581
acCmdLayoutGridlinesTop = 579
acCmdLayoutGridlinesVertical = 575
acCmdLayoutPreview = 141
acCmdLayoutView = 593
acCmdLineUpIcons = 213
acCmdLinkTables = 102
acCmdLinkedTableManager = 519
acCmdListConstants = 303
acCmdLoadFromQuery = 95
acCmdMacroAllActions = 589
acCmdMacroArguments = 588
acCmdMacroConditions = 87
acCmdMacroNames = 86
acCmdMakeMDEFile = 7
acCmdManageAttachments = 673
acCmdManageReplies = 609
acCmdMaximiumRecords = 508
acCmdMicrosoftAccessHelpTopics = 100
acCmdMicrosoftOnTheWeb = 236
acCmdModifySharePointList = 622
acCmdModifySharePointListAlerts = 623
acCmdModifySharePointListPermissions = 625
acCmdModifySharePointListWorkflow = 624
acCmdMoreWindows = 8
acCmdMoveColumnCellDown = 573
acCmdMoveColumnCellUp = 572
acCmdNewDatabase = 26
acCmdNewGroup = 491
acCmdNewObjectAutoForm = 193
acCmdNewObjectAutoReport = 194
acCmdNewObjectBlankForm = 600
acCmdNewObjectBlankReport = 602
acCmdNewObjectClassModule = 140
acCmdNewObjectContinuousForm = 594
acCmdNewObjectDatasheetForm = 598
acCmdNewObjectDesignForm = 604
acCmdNewObjectDesignQuery = 603
acCmdNewObjectDesignReport = 605
acCmdNewObjectDesignTable = 606
acCmdNewObjectDiagram = 352
acCmdNewObjectForm = 136
acCmdNewObjectFunction = 394
acCmdNewObjectLabelsReport = 601
acCmdNewObjectMacro = 138
acCmdNewObjectModalForm = 599
acCmdNewObjectModule = 139
acCmdNewObjectPivotChart = 596
acCmdNewObjectPivotTable = 597
acCmdNewObjectQuery = 135
acCmdNewObjectReport = 137
acCmdNewObjectSplitForm = 595
acCmdNewObjectStoredProcedure = 351
acCmdNewObjectTable = 134
acCmdNewObjectView = 350
acCmdOLEDDELinks = 27
acCmdOLEObjectConvert = 167
acCmdOLEObjectDefaultVerb = 57
acCmdObjBrwFindWholeWordOnly = 314
acCmdObjBrwGroupMembers = 318
acCmdObjBrwHelp = 316
acCmdObjBrwShowHiddenMembers = 315
acCmdObjBrwViewDefinition = 317
acCmdObjectBrowser = 200
acCmdOfficeClipboard = 488
acCmdOpenDatabase = 25
acCmdOpenHyperlink = 326
acCmdOpenNewHyperlink = 327
acCmdOpenSearchPage = 253
acCmdOpenStartPage = 252
acCmdOpenTable = 221
acCmdOpenURL = 251
acCmdOptions = 49
acCmdOutdent = 206
acCmdOutputToExcel = 175
acCmdOutputToRTF = 176
acCmdOutputToText = 177
acCmdPageHdrFtr = 182
acCmdPageNumber = 225
acCmdPageProperties = 467
acCmdPageSetup = 32
acCmdParameterInfo = 305
acCmdPartialReplicaWizard = 524
acCmdPaste = 191
acCmdPasteAppend = 38
acCmdPasteAsHyperlink = 490
acCmdPasteFormatting = 587
acCmdPasteSpecial = 64
acCmdPivotAutoAverage = 416
acCmdPivotAutoCount = 413
acCmdPivotAutoFilter = 398
acCmdPivotAutoMax = 415
acCmdPivotAutoMin = 414
acCmdPivotAutoStdDev = 417
acCmdPivotAutoStdDevP = 419
acCmdPivotAutoSum = 412
acCmdPivotAutoVar = 418
acCmdPivotAutoVarP = 420
acCmdPivotChartByRowByColumn = 456
acCmdPivotChartDrillInto = 457
acCmdPivotChartDrillOut = 532
acCmdPivotChartMultiplePlots = 458
acCmdPivotChartMultiplePlotsUnifiedScale = 459
acCmdPivotChartShowLegend = 455
acCmdPivotChartSortAscByTotal = 534
acCmdPivotChartSortDescByTotal = 535
acCmdPivotChartType = 453
acCmdPivotChartUndo = 460
acCmdPivotChartView = 397
acCmdPivotCollapse = 400
acCmdPivotDelete = 454
acCmdPivotDropAreas = 452
acCmdPivotExpand = 401
acCmdPivotRefresh = 404
acCmdPivotShowAll = 461
acCmdPivotShowBottom1 = 432
acCmdPivotShowBottom10 = 435
acCmdPivotShowBottom10Percent = 440
acCmdPivotShowBottom1Percent = 437
acCmdPivotShowBottom2 = 433
acCmdPivotShowBottom25 = 436
acCmdPivotShowBottom25Percent = 441
acCmdPivotShowBottom2Percent = 438
acCmdPivotShowBottom5 = 434
acCmdPivotShowBottom5Percent = 439
acCmdPivotShowBottomOther = 442
acCmdPivotShowTop1 = 421
acCmdPivotShowTop10 = 424
acCmdPivotShowTop10Percent = 429
acCmdPivotShowTop1Percent = 426
acCmdPivotShowTop2 = 422
acCmdPivotShowTop25 = 425
acCmdPivotShowTop25Percent = 430
acCmdPivotShowTop2Percent = 427
acCmdPivotShowTop5 = 423
acCmdPivotShowTop5Percent = 428
acCmdPivotShowTopOther = 431
acCmdPivotTableClearCustomOrdering = 527
acCmdPivotTableCreateCalcField = 444
acCmdPivotTableCreateCalcTotal = 443
acCmdPivotTableDemote = 411
acCmdPivotTableExpandIndicators = 451
acCmdPivotTableExportToExcel = 405
acCmdPivotTableFilterBySelection = 528
acCmdPivotTableGroupItems = 530
acCmdPivotTableHideDetails = 402
acCmdPivotTableMoveToColumnArea = 407
acCmdPivotTableMoveToDetailArea = 409
acCmdPivotTableMoveToFilterArea = 408
acCmdPivotTableMoveToRowArea = 406
acCmdPivotTablePercentColumnTotal = 447
acCmdPivotTablePercentGrandTotal = 450
acCmdPivotTablePercentParentColumnItem = 449
acCmdPivotTablePercentParentRowItem = 448
acCmdPivotTablePercentRowTotal = 446
acCmdPivotTablePromote = 410
acCmdPivotTableRemove = 529
acCmdPivotTableShowAsNormal = 445
acCmdPivotTableShowDetails = 403
acCmdPivotTableSubtotal = 399
acCmdPivotTableUngroupItems = 531
acCmdPivotTableView = 396
acCmdPreviewEightPages = 249
acCmdPreviewFourPages = 248
acCmdPreviewOnePage = 246
acCmdPreviewTwelvePages = 250
acCmdPreviewTwoPages = 247
acCmdPrimaryKey = 107
acCmdPrint = 340
acCmdPrintPreview = 54
acCmdPrintRelationships = 483
acCmdPrintSelection = 590
acCmdProcedureDefinition = 122
acCmdProperties = 287
acCmdPublishDatabase = 537
acCmdPublishDefaults = 324
acCmdPublishFixedFormat = 591
acCmdQueryAddToOutput = 362
acCmdQueryGroupBy = 361
acCmdQueryParameters = 76
acCmdQueryTotals = 73
acCmdQueryTypeAppend = 91
acCmdQueryTypeCrosstab = 74
acCmdQueryTypeDelete = 92
acCmdQueryTypeMakeTable = 94
acCmdQueryTypeSQLDataDefinition = 168
acCmdQueryTypeSQLPassThrough = 169
acCmdQueryTypeSQLUnion = 180
acCmdQueryTypeSelect = 89
acCmdQueryTypeUpdate = 90
acCmdQuickInfo = 304
acCmdQuickPrint = 278
acCmdQuickWatch = 203
acCmdRecordsGoToFirst = 67
acCmdRecordsGoToLast = 68
acCmdRecordsGoToNew = 28
acCmdRecordsGoToNext = 65
acCmdRecordsGoToPrevious = 66
acCmdRecoverDesignMaster = 265
acCmdRedo = 199
acCmdReferences = 260
acCmdRefresh = 18
acCmdRefreshData = 541
acCmdRefreshPage = 297
acCmdRefreshSharePointList = 626
acCmdRegisterActiveXControls = 254
acCmdRelationships = 133
acCmdRemove = 366
acCmdRemoveAllFilters = 644
acCmdRemoveAllSorts = 645
acCmdRemoveFilterFromCurrentColumn = 643
acCmdRemoveFilterSort = 144
acCmdRemoveFromLayout = 582
acCmdRemoveTable = 84
acCmdRename = 143
acCmdRenameColumn = 274
acCmdRenameGroup = 492
acCmdRepairDatabase = 6
acCmdReplace = 29
acCmdReportHdrFtr = 37
acCmdReportView = 539
acCmdReset = 124
acCmdResolveConflicts = 266
acCmdRestore = 514
acCmdRowHeight = 116
acCmdRun = 181
acCmdRunMacro = 31
acCmdRunOpenMacro = 338
acCmdSQLView = 184
acCmdSave = 20
acCmdSaveAllModules = 280
acCmdSaveAs = 21
acCmdSaveAsHTML = 321
acCmdSaveAsOutlookContact = 584
acCmdSaveAsQuery = 96
acCmdSaveAsReport = 142
acCmdSaveLayout = 145
acCmdSaveModuleAsText = 119
acCmdSaveRecord = 97
acCmdSavedExports = 555
acCmdSavedImports = 543
acCmdSelectAll = 333
acCmdSelectAllRecords = 109
acCmdSelectEntireColumn = 571
acCmdSelectEntireRow = 570
acCmdSelectForm = 40
acCmdSelectRecord = 50
acCmdSelectReport = 319
acCmdSend = 173
acCmdSendToBack = 53
acCmdServerFilterByForm = 507
acCmdServerProperties = 496
acCmdSetCaption = 637
acCmdSetControlDefaults = 56
acCmdSetDatabasePassword = 275
acCmdSetNextStatement = 129
acCmdShareOnSharePoint = 542
acCmdSharePointSiteRecycleBin = 641
acCmdShowAllRelationships = 149
acCmdShowColumnHistory = 620
acCmdShowDatePicker = 636
acCmdShowDirectRelationships = 148
acCmdShowEnvelope = 533
acCmdShowMembers = 302
acCmdShowMessageBar = 676
acCmdShowNextStatement = 130
acCmdShowTable = 185
acCmdSingleStep = 88
acCmdSizeToFit = 59
acCmdSizeToFitForm = 69
acCmdSizeToGrid = 48
acCmdSizeToNarrowest = 155
acCmdSizeToWidest = 156
acCmdSnapToGrid = 62
acCmdSortAscending = 163
acCmdSortDescending = 164
acCmdSortingAndGrouping = 51
acCmdSpeech = 511
acCmdSpelling = 269
acCmdStackedLayout = 568
acCmdStartNewWorkflow = 675
acCmdStartupProperties = 224
acCmdStepInto = 342
acCmdStepOut = 311
acCmdStepOver = 128
acCmdStepToCursor = 204
acCmdSubdatasheetCollapseAll = 505
acCmdSubdatasheetExpandAll = 504
acCmdSubdatasheetRemove = 506
acCmdSubformDatasheet = 108
acCmdSubformDatasheetView = 463
acCmdSubformFormView = 462
acCmdSubformInNewWindow = 495
acCmdSubformPivotChartView = 465
acCmdSubformPivotTableView = 464
acCmdSwitchboardManager = 521
acCmdSynchronize = 638
acCmdSynchronizeNow = 264
acCmdTabControlPageOrder = 330
acCmdTabOrder = 41
acCmdTableAddTable = 498
acCmdTableCustomView = 497
acCmdTableNames = 75
acCmdTabularLayout = 569
acCmdTestValidationRules = 196
acCmdTileHorizontally = 286
acCmdTileVertically = 23
acCmdToggleBreakpoint = 131
acCmdToggleCacheListData = 642
acCmdToggleFilter = 220
acCmdToggleOffline = 540
acCmdToolbarControlProperties = 301
acCmdToolbarsCustomize = 165
acCmdTransferSQLDatabase = 515
acCmdTransparentBackground = 288
acCmdTransparentBorder = 289
acCmdUndo = 292
acCmdUnfreezeAllColumns = 106
acCmdUngroupControls = 485
acCmdUnhideColumns = 80
acCmdUpsizingWizard = 522
acCmdUserAndGroupAccounts = 104
acCmdUserAndGroupPermissions = 103
acCmdUserLevelSecurityWizard = 276
acCmdVerticalSpacingDecrease = 161
acCmdVerticalSpacingIncrease = 162
acCmdVerticalSpacingMakeEqual = 160
acCmdViewCode = 170
acCmdViewDetails = 210
acCmdViewDiagrams = 354
acCmdViewFieldList = 353
acCmdViewForms = 112
acCmdViewFunctions = 395
acCmdViewGrid = 63
acCmdViewLargeIcons = 209
acCmdViewList = 212
acCmdViewMacros = 114
acCmdViewModules = 115
acCmdViewObjectDependencies = 536
acCmdViewQueries = 111
acCmdViewReports = 113
acCmdViewRuler = 61
acCmdViewShowPaneDiagram = 358
acCmdViewShowPaneGrid = 359
acCmdViewShowPaneSQL = 357
acCmdViewSmallIcons = 211
acCmdViewStoredProcedures = 355
acCmdViewTableColumnNames = 363
acCmdViewTableColumnProperties = 368
acCmdViewTableKeys = 369
acCmdViewTableNameOnly = 364
acCmdViewTableUserView = 370
acCmdViewTables = 110
acCmdViewToolbox = 85
acCmdViewVerifySQL = 360
acCmdViewViews = 356
acCmdVisualBasicEditor = 525
acCmdWindowArrangeIcons = 24
acCmdWindowCascade = 22
acCmdWindowHide = 2
acCmdWindowSplit = 121
acCmdWindowUnhide = 1
acCmdWordMailMerge = 195
acCmdWorkflowTasks = 674
acCmdWorkgroupAdministrator = 391
acCmdZoom10 = 244
acCmdZoom100 = 240
acCmdZoom1000 = 482
acCmdZoom150 = 239
acCmdZoom200 = 238
acCmdZoom25 = 243
acCmdZoom50 = 242
acCmdZoom500 = 481
acCmdZoom75 = 241
acCmdZoomBox = 179
acCmdZoomSelection = 371
acColorIndexAqua = 14
acColorIndexBlack = 0
acColorIndexBlue = 12
acColorIndexBrightGreen = 10
acColorIndexDarkBlue = 4
acColorIndexFuschia = 13
acColorIndexGray = 7
acColorIndexGreen = 2
acColorIndexMaroon = 1
acColorIndexOlive = 3
acColorIndexRed = 9
acColorIndexSilver = 8
acColorIndexTeal = 6
acColorIndexViolet = 5
acColorIndexWhite = 15
acColorIndexYellow = 11
acComboBox = 111
acCommandButton = 104
acCopy = 2
acCtrlMask = 2
acCurViewDatasheet = 2
acCurViewDesign = 0
acCurViewFormBrowse = 1
acCurViewLayout = 7
acCurViewPivotChart = 4
acCurViewPivotTable = 3
acCurViewPreview = 5
acCurViewReportBrowse = 6
acCurrent = -1
acCursorOnHoverDefault = 0
acCursorOnHoverHyperlinkHand = 1
acCustomControl = 119
acCut = 1
acDataErrAdded = 2
acDataErrContinue = 0
acDataErrDisplay = 1
acDataForm = 2
acDataFunction = 10
acDataQuery = 1
acDataReport = 3
acDataServerView = 7
acDataStoredProcedure = 9
acDataTable = 0
acDatasheetAllowEdits = 0
acDatasheetOnBottom = 1
acDatasheetOnLeft = 2
acDatasheetOnRight = 3
acDatasheetOnTop = 0
acDatasheetReadOnly = 1
acDefViewContinuous = 1
acDefViewDatasheet = 2
acDefViewPivotChart = 4
acDefViewPivotTable = 3
acDefViewPreview = 0
acDefViewReportBrowse = 1
acDefViewSingle = 0
acDefViewSplitForm = 5
acDefault = -1
acDelete = 6
acDeleteCancel = 1
acDeleteOK = 0
acDeleteUserCancel = 2
acDesign = 1
acDetail = 0
acDiagram = 8
acDialog = 3
acDisableScript = 2
acDisplayAsHyperlinkAlways = 1
acDisplayAsHyperlinkIfHyperlink = 0
acDisplayAsHyperlinkOnScreenOnly = 2
acDisplayAsIcon = 1
acDisplayAsImageIcon = 0
acDisplayAsPaperclip = 2
acDisplayText = 1
acDisplayedValue = 0
acDown = 1
acDraft = 3
acEdit = 1
acEditMenu = 1
acEffectChisel = 5
acEffectEtched = 3
acEffectNormal = 0
acEffectRaised = 1
acEffectShadow = 4
acEffectSunken = 2
acEmbedSchema = 1
acEnableScript = 0
acEntire = 1
acEqual = 2
acExcludePrimaryKeyAndIndexes = 2
acExit = 2
acExport = 1
acExportAllTableAndFieldProperties = 32
acExportDelim = 2
acExportFixed = 3
acExportForm = 2
acExportFunction = 10
acExportHTML = 8
acExportMerge = 4
acExportQualityPrint = 0
acExportQualityScreen = 1
acExportQuery = 1
acExportReport = 3
acExportServerView = 7
acExportStoredProcedure = 9
acExportTable = 0
acExpression = 1
acFieldHasFocus = 2
acFieldValue = 0
acFile = 0
acFileFormatAccess2 = 2
acFileFormatAccess2000 = 9
acFileFormatAccess2002 = 10
acFileFormatAccess2007 = 12
acFileFormatAccess95 = 7
acFileFormatAccess97 = 8
acFilterAdvanced = 1
acFilterByForm = 0
acFilterNormal = 0
acFirst = 2
acFooter = 2
acForm = 2
acFormAdd = 0
acFormBar = 0
acFormDS = 3
acFormEdit = 1
acFormOnly = 0
acFormPivotChart = 5
acFormPivotTable = 4
acFormPropertySettings = -1
acFormReadOnly = 2
acFormatHTML = HTML (*.html)
acFormatPDF = PDF Format (*.pdf)
acFormatRTF = Rich Text Format (*.rtf)
acFormatSNP = Snapshot Format (*.snp)
acFormatTXT = MS-DOS Text (*.txt)
acFormatXLS = Microsoft Excel (*.xls)
acFormatXLSB = Microsoft Excel Binary Workbook (*.xlsb)
acFormatXLSX = Microsoft Excel Workbook (*.xlsx)
acFormatXPS = XPS Format (*.xps)
acFullAddress = 5
acFunction = 10
acGeneral = 1
acGoTo = 4
acGreaterThan = 4
acGreaterThanOrEqual = 6
acGridOnly = 1
acGridlinesBoth = 3
acGridlinesBothV2 = -1
acGridlinesHoriz = 1
acGridlinesNone = 0
acGridlinesVert = 2
acGroupLevel1Footer = 6
acGroupLevel1Header = 5
acGroupLevel2Footer = 8
acGroupLevel2Header = 7
acHeader = 1
acHidden = 1
acHigh = 0
acHorizontalAnchorBoth = 2
acHorizontalAnchorLeft = 0
acHorizontalAnchorRight = 1
acIcon = 2
acImage = 103
acImeModeAlpha = 8
acImeModeAlphaFull = 7
acImeModeDisable = 3
acImeModeHangul = 10
acImeModeHangulFull = 9
acImeModeHiragana = 4
acImeModeKatakana = 5
acImeModeKatakanaHalf = 6
acImeModeNoControl = 0
acImeModeOff = 2
acImeModeOn = 1
acImeSentenceModeConversation = 2
acImeSentenceModeNone = 3
acImeSentenceModePhrasePredict = 0
acImeSentenceModePluralClause = 1
acImport = 0
acImportDelim = 0
acImportFixed = 1
acImportHTML = 7
acImportSharePointList = 0
acLBClose = 8
acLBEnd = 9
acLBGetColumnCount = 4
acLBGetColumnWidth = 5
acLBGetFormat = 7
acLBGetRowCount = 3
acLBGetValue = 6
acLBInitialize = 0
acLBOpen = 1
acLabel = 100
acLast = 3
acLayout = 6
acLayoutNone = 0
acLayoutStacked = 2
acLayoutTabular = 1
acLeft = 4
acLeftButton = 1
acLessThan = 5
acLessThanOrEqual = 7
acLine = 102
acLink = 2
acLinkDelim = 5
acLinkFixed = 6
acLinkHTML = 9
acLinkSharePointList = 1
acListBox = 110
acLiveReportSource = 8
acLow = 2
acMDB = 2
acMacro = 4
acMedium = 1
acMenuCheck = 3
acMenuGray = 1
acMenuUncheck = 2
acMenuUngray = 0
acMenuVer1X = 11
acMenuVer20 = 20
acMenuVer70 = 70
acMiddleButton = 4
acModule = 5
acNew = 0
acNewDatabaseFormatAccess2000 = 9
acNewDatabaseFormatAccess2002 = 10
acNewDatabaseFormatAccess2007 = 12
acNewDatabaseFormatUserDefault = 0
acNewRec = 5
acNext = 1
acNoPictureCaption = 0
acNormal = 0
acNotBetween = 1
acNotEqual = 3
acNull = 0
acOLEActivate = 7
acOLEActivateDoubleClick = 2
acOLEActivateGetFocus = 1
acOLEActivateManual = 0
acOLEChanged = 0
acOLEClose = 9
acOLEClosed = 2
acOLECopy = 4
acOLECreateEmbed = 0
acOLECreateFromFile = 1
acOLECreateLink = 1
acOLECreateNew = 0
acOLEDelete = 10
acOLEDisplayContent = 0
acOLEDisplayIcon = 1
acOLEEither = 2
acOLEEmbedded = 1
acOLEFetchVerbs = 17
acOLEInsertObjDlg = 14
acOLELinked = 0
acOLENone = 3
acOLEPaste = 5
acOLEPasteSpecialDlg = 15
acOLERenamed = 3
acOLESaved = 1
acOLESizeAutoSize = 2
acOLESizeClip = 0
acOLESizeStretch = 1
acOLESizeZoom = 3
acOLEUpdate = 6
acOLEUpdateAutomatic = 0
acOLEUpdateFrozen = 1
acOLEUpdateManual = 2
acOLEVerbHide = -3
acOLEVerbInPlaceActivate = -5
acOLEVerbInPlaceUIActivate = -4
acOLEVerbOpen = -2
acOLEVerbPrimary = 0
acOLEVerbShow = -1
acObjStateDirty = 2
acObjStateNew = 4
acObjStateOpen = 1
acObject = 14
acObjectFrame = 114
acObjectUpdate = 3
acObjectVerb = 0
acOptionButton = 105
acOptionGroup = 107
acOutputForm = 2
acOutputFunction = 10
acOutputModule = 5
acOutputQuery = 1
acOutputReport = 3
acOutputServerView = 7
acOutputStoredProcedure = 9
acOutputTable = 0
acPRBNAuto = 7
acPRBNCassette = 14
acPRBNEnvManual = 6
acPRBNEnvelope = 5
acPRBNFormSource = 15
acPRBNLargeCapacity = 11
acPRBNLargeFmt = 10
acPRBNLower = 2
acPRBNManual = 4
acPRBNMiddle = 3
acPRBNSmallFmt = 9
acPRBNTractor = 8
acPRBNUpper = 1
acPRCMColor = 2
acPRCMMonochrome = 1
acPRDPHorizontal = 2
acPRDPSimplex = 1
acPRDPVertical = 3
acPRHorizontalColumnLayout = 1953
acPRORLandscape = 2
acPRORPortrait = 1
acPRPQDraft = -1
acPRPQHigh = -4
acPRPQLow = -2
acPRPQMedium = -3
acPRPS10x14 = 16
acPRPS11x17 = 17
acPRPSA3 = 8
acPRPSA4 = 9
acPRPSA4Small = 10
acPRPSA5 = 11
acPRPSB4 = 12
acPRPSB5 = 13
acPRPSCSheet = 24
acPRPSDSheet = 25
acPRPSESheet = 26
acPRPSEnv10 = 20
acPRPSEnv11 = 21
acPRPSEnv12 = 22
acPRPSEnv14 = 23
acPRPSEnv9 = 19
acPRPSEnvB4 = 33
acPRPSEnvB5 = 34
acPRPSEnvB6 = 35
acPRPSEnvC3 = 29
acPRPSEnvC4 = 30
acPRPSEnvC5 = 28
acPRPSEnvC6 = 31
acPRPSEnvC65 = 32
acPRPSEnvDL = 27
acPRPSEnvItaly = 36
acPRPSEnvMonarch = 37
acPRPSEnvPersonal = 38
acPRPSExecutive = 7
acPRPSFanfoldLglGerman = 41
acPRPSFanfoldStdGerman = 40
acPRPSFanfoldUS = 39
acPRPSFolio = 14
acPRPSLedger = 4
acPRPSLegal = 5
acPRPSLetter = 1
acPRPSLetterSmall = 2
acPRPSNote = 18
acPRPSQuarto = 15
acPRPSStatement = 6
acPRPSTabloid = 3
acPRPSUser = 256
acPRVerticalColumnLayout = 1954
acPage = 124
acPageBreak = 118
acPageFooter = 4
acPageHeader = 3
acPages = 2
acPaste = 3
acPersistReportML = 16
acPreview = 2
acPrevious = 0
acPrintAll = 0
acPrompt = 0
acPromptScript = 1
acPropertyBackColor = 8
acPropertyCaption = 9
acPropertyEnabled = 0
acPropertyForeColor = 7
acPropertyHeight = 6
acPropertyLeft = 3
acPropertyLocked = 2
acPropertyTop = 4
acPropertyVisible = 1
acPropertyWidth = 5
acQuery = 1
acQuitPrompt = 0
acQuitSaveAll = 1
acQuitSaveNone = 2
acReadOnly = 2
acRecordsMenu = 5
acRectangle = 101
acRefresh = 5
acReport = 3
acRight = 5
acRightButton = 2
acRunFromServer = 4
acSave = 1
acSaveForm = 4
acSaveFormAs = 5
acSaveNo = 2
acSavePrompt = 0
acSaveRecord = 4
acSaveYes = 1
acSchemaNone = 0
acSchemaXSD = 1
acScreenTip = 4
acSearchAll = 2
acSecFrmRptExecute = 256
acSecFrmRptReadDef = 4
acSecFrmRptWriteDef = 65548
acSecMacExecute = 8
acSecMacReadDef = 10
acSecMacWriteDef = 65542
acSecModReadDef = 2
acSecModWriteDef = 65542
acSelectAllRecords = 9
acSelectRecord = 8
acSelection = 1
acSendForm = 2
acSendModule = 5
acSendNoObject = -1
acSendQuery = 1
acSendReport = 3
acSendTable = 0
acSeparatorCharactersComma = 3
acSeparatorCharactersNewLine = 1
acSeparatorCharactersSemiColon = 2
acSeparatorCharactersSystemSeparator = 0
acServerFilter = 1
acServerFilterByForm = 2
acServerView = 7
acShiftMask = 1
acShowAllRecords = 0
acSpreadsheetTypeExcel12 = 9
acSpreadsheetTypeExcel12Xml = 10
acSpreadsheetTypeExcel3 = 0
acSpreadsheetTypeExcel4 = 6
acSpreadsheetTypeExcel5 = 5
acSpreadsheetTypeExcel7 = 5
acSpreadsheetTypeExcel8 = 8
acSpreadsheetTypeExcel9 = 8
acSpreadsheetTypeLotusWJ2 = 4
acSpreadsheetTypeLotusWK1 = 2
acSpreadsheetTypeLotusWK3 = 3
acSpreadsheetTypeLotusWK4 = 7
acStandardModule = 0
acStart = 2
acStoredProcedure = 9
acStructureAndData = 1
acStructureOnly = 0
acSubAddress = 3
acSubform = 112
acSysCmdAccessDir = 9
acSysCmdAccessVer = 7
acSysCmdClearHelpTopic = 11
acSysCmdClearStatus = 5
acSysCmdGetObjectState = 10
acSysCmdGetWorkgroupFile = 13
acSysCmdIniFile = 8
acSysCmdInitMeter = 1
acSysCmdProfile = 12
acSysCmdRemoveMeter = 3
acSysCmdRuntime = 6
acSysCmdSetStatus = 4
acSysCmdUpdateMeter = 2
acTabCtl = 123
acTable = 0
acTextBox = 109
acTextFormatHTMLRichText = 1
acTextFormatPlain = 0
acToggleButton = 122
acToolbarNo = 2
acToolbarWhereApprop = 1
acToolbarYes = 0
acTop = 2
acUTF16 = 1
acUTF8 = 0
acUndo = 0
acUp = 0
acVerticalAnchorBoth = 2
acVerticalAnchorBottom = 1
acVerticalAnchorTop = 0
acViewDesign = 1
acViewLayout = 6
acViewNormal = 0
acViewPivotChart = 4
acViewPivotTable = 3
acViewPreview = 2
acViewReport = 5
acWindowNormal = 0
vbKey0 = 48
vbKey1 = 49
vbKey2 = 50
vbKey3 = 51
vbKey4 = 52
vbKey5 = 53
vbKey6 = 54
vbKey7 = 55
vbKey8 = 56
vbKey9 = 57
vbKeyA = 65
vbKeyAdd = 107
vbKeyB = 66
vbKeyBack = 8
vbKeyC = 67
vbKeyCancel = 3
vbKeyCapital = 20
vbKeyClear = 12
vbKeyControl = 17
vbKeyD = 68
vbKeyDecimal = 110
vbKeyDelete = 46
vbKeyDivide = 111
vbKeyDown = 40
vbKeyE = 69
vbKeyEnd = 35
vbKeyEscape = 27
vbKeyExecute = 43
vbKeyF = 70
vbKeyF1 = 112
vbKeyF10 = 121
vbKeyF11 = 122
vbKeyF12 = 123
vbKeyF13 = 124
vbKeyF14 = 125
vbKeyF15 = 126
vbKeyF16 = 127
vbKeyF2 = 113
vbKeyF3 = 114
vbKeyF4 = 115
vbKeyF5 = 116
vbKeyF6 = 117
vbKeyF7 = 118
vbKeyF8 = 119
vbKeyF9 = 120
vbKeyG = 71
vbKeyH = 72
vbKeyHelp = 47
vbKeyHome = 36
vbKeyI = 73
vbKeyInsert = 45
vbKeyJ = 74
vbKeyK = 75
vbKeyL = 76
vbKeyLButton = 1
vbKeyLeft = 37
vbKeyM = 77
vbKeyMButton = 4
vbKeyMenu = 18
vbKeyMultiply = 106
vbKeyN = 78
vbKeyNumlock = 144
vbKeyNumpad0 = 96
vbKeyNumpad1 = 97
vbKeyNumpad2 = 98
vbKeyNumpad3 = 99
vbKeyNumpad4 = 100
vbKeyNumpad5 = 101
vbKeyNumpad6 = 102
vbKeyNumpad7 = 103
vbKeyNumpad8 = 104
vbKeyNumpad9 = 105
vbKeyO = 79
vbKeyP = 80
vbKeyPageDown = 34
vbKeyPageUp = 33
vbKeyPause = 19
vbKeyPrint = 42
vbKeyQ = 81
vbKeyR = 82
vbKeyRButton = 2
vbKeyReturn = 13
vbKeyRight = 39
vbKeyS = 83
vbKeySelect = 41
vbKeySeparator = 108
vbKeyShift = 16
vbKeySnapshot = 44
vbKeySpace = 32
vbKeySubtract = 109
vbKeyT = 84
vbKeyTab = 9
vbKeyU = 85
vbKeyUp = 38
vbKeyV = 86
vbKeyW = 87
vbKeyX = 88
vbKeyY = 89
vbKeyZ = 90
Access2003の出力
------------------------------------------------------------------------------
Access type libary contains 1309 constants:
ALT_MASK = 4
A_ADD = 0
A_ALL = 0
A_ANYWHERE = 0
A_ATTACH = 2
A_COPY = 3
A_CURRENT = 1
A_CUT = 2
A_DELETE = 6
A_DELETE_V2 = 7
A_DESIGN = 1
A_DIALOG = 3
A_DOWN = 1
A_DRAFT = 3
A_EDIT = 1
A_EDITMENU = 1
A_ENTIRE = 1
A_EXIT = 2
A_EXPORT = 1
A_EXPORTDELIM = 2
A_EXPORTFIXED = 3
A_EXPORTMERGE = 4
A_FILE = 0
A_FIRST = 2
A_FORM = 2
A_FORMATRTF = Rich Text Format (*.rtf)
A_FORMATTXT = MS-DOS Text (*.txt)
A_FORMATXLS = Microsoft Excel (*.xls)
A_FORMBAR = 0
A_FORMDS = 3
A_GOTO = 4
A_HIDDEN = 1
A_HIGH = 0
A_ICON = 2
A_IMPORT = 0
A_IMPORTDELIM = 0
A_IMPORTFIXED = 1
A_LAST = 3
A_LOW = 2
A_MACRO = 4
A_MEDIUM = 1
A_MENU_VER1X = 11
A_MENU_VER20 = 20
A_MODULE = 5
A_NEW = 0
A_NEWREC = 5
A_NEXT = 1
A_NORMAL = 0
A_OBJECT = 14
A_OBJECTUPDATE = 3
A_OBJECTVERB = 0
A_PAGES = 2
A_PASTE = 4
A_PREVIEW = 2
A_PREVIOUS = 0
A_PRINTALL = 0
A_PROMPT = 0
A_QUERY = 1
A_READONLY = 2
A_RECORDSMENU = 3
A_REFRESH = 2
A_REPORT = 3
A_SAVE = 1
A_SAVEFORM = 2
A_SAVEFORMAS = 3
A_SAVERECORD = 4
A_SELECTALLRECORDS = 8
A_SELECTALLRECORDS_V2 = 9
A_SELECTION = 1
A_SELECTRECORD = 7
A_SELECTRECORD_V2 = 8
A_START = 2
A_TABLE = 0
A_TOOLBAR_NO = 2
A_TOOLBAR_WHERE_APPROP = 1
A_TOOLBAR_YES = 0
A_UNDO = 0
A_UNDOFIELD = 1
A_UP = 0
CTRL_MASK = 2
DATA_ERRADDED = 2
DATA_ERRCONTINUE = 0
DATA_ERRDISPLAY = 1
DB_APPENDONLY = 8
DB_ATTACHEDODBC = 536870912
DB_ATTACHEDTABLE = 1073741824
DB_ATTACHEXCLUSIVE = 65536
DB_ATTACHSAVEPWD = 131072
DB_AUTOINCRFIELD = 16
DB_BINARY = 9
DB_BOOLEAN = 1
DB_BYTE = 2
DB_CONSISTENT = 32
DB_CURRENCY = 5
DB_DATE = 8
DB_DECRYPT = 4
DB_DENYREAD = 2
DB_DENYWRITE = 1
DB_DESCENDING = 1
DB_DOUBLE = 7
DB_ENCRYPT = 2
DB_FAILONERROR = 128
DB_FIXEDFIELD = 1
DB_FORWARDONLY = 256
DB_FREELOCKS = 1
DB_HIDDENOBJECT = 1
DB_IGNORENULL = 8
DB_INCONSISTENT = 16
DB_INTEGER = 3
DB_LANG_ARABIC = ;LANGID=0x0401;CP=1256;COUNTRY=0
DB_LANG_CYRILLIC = ;LANGID=0x0419;CP=1251;COUNTRY=0
DB_LANG_CZECH = ;LANGID=0x0405;CP=1250;COUNTRY=0
DB_LANG_DUTCH = ;LANGID=0x0413;CP=1252;COUNTRY=0
DB_LANG_GENERAL = ;LANGID=0x0409;CP=1252;COUNTRY=0
DB_LANG_GREEK = ;LANGID=0x0408;CP=1253;COUNTRY=0
DB_LANG_HEBREW = ;LANGID=0x040D;CP=1255;COUNTRY=0
DB_LANG_HUNGARIAN = ;LANGID=0x040E;CP=1250;COUNTRY=0
DB_LANG_ICELANDIC = ;LANGID=0x040F;CP=1252;COUNTRY=0
DB_LANG_NORDIC = ;LANGID=0x041D;CP=1252;COUNTRY=0
DB_LANG_NORWDAN = ;LANGID=0x0414;CP=1252;COUNTRY=0
DB_LANG_POLISH = ;LANGID=0x0415;CP=1250;COUNTRY=0
DB_LANG_SPANISH = ;LANGID=0x040A;CP=1252;COUNTRY=0
DB_LANG_SWEDFIN = ;LANGID=0x040B;CP=1252;COUNTRY=0
DB_LANG_TURKISH = ;LANGID=0x041F;CP=1254;COUNTRY=0
DB_LONG = 4
DB_LONGBINARY = 11
DB_MEMO = 12
DB_NONULLS = 3
DB_OLE = 11
DB_OPEN_DYNASET = 2
DB_OPEN_SNAPSHOT = 4
DB_OPEN_TABLE = 1
DB_OPTIONINIPATH = 1
DB_PRIMARY = 2
DB_PROHIBITNULL = 4
DB_QACTION = 240
DB_QAPPEND = 64
DB_QCROSSTAB = 16
DB_QDDL = 96
DB_QDELETE = 32
DB_QMAKETABLE = 80
DB_QSELECT = 0
DB_QSETOPERATION = 128
DB_QSPTBULK = 144
DB_QSQLPASSTHROUGH = 112
DB_QUERYDEF = 5
DB_QUPDATE = 48
DB_READONLY = 4
DB_RELATIONDELETECASCADE = 4096
DB_RELATIONDONTENFORCE = 2
DB_RELATIONINHERITED = 4
DB_RELATIONLEFT = 16777216
DB_RELATIONRIGHT = 33554432
DB_RELATIONUNIQUE = 1
DB_RELATIONUPDATECASCADE = 256
DB_SEC_CREATE = 1
DB_SEC_DBCREATE = 1
DB_SEC_DBEXCLUSIVE = 4
DB_SEC_DBOPEN = 2
DB_SEC_DELETE = 65536
DB_SEC_DELETEDATA = 128
DB_SEC_FRMRPT_EXECUTE = 256
DB_SEC_FRMRPT_READDEF = 4
DB_SEC_FRMRPT_WRITEDEF = 65548
DB_SEC_FULLACCESS = 1048575
DB_SEC_INSERTDATA = 32
DB_SEC_MAC_EXECUTE = 8
DB_SEC_MAC_READDEF = 10
DB_SEC_MAC_WRITEDEF = 65542
DB_SEC_MOD_READDEF = 2
DB_SEC_MOD_WRITEDEF = 65542
DB_SEC_NOACCESS = 0
DB_SEC_READDEF = 4
DB_SEC_READSEC = 131072
DB_SEC_REPLACEDATA = 64
DB_SEC_RETRIEVEDATA = 20
DB_SEC_WRITEDEF = 65548
DB_SEC_WRITEOWNER = 524288
DB_SEC_WRITESEC = 262144
DB_SINGLE = 6
DB_SORTARABIC = 267
DB_SORTCYRILLIC = 263
DB_SORTCZECH = 264
DB_SORTDUTCH = 259
DB_SORTGENERAL = 256
DB_SORTGREEK = 269
DB_SORTHEBREW = 268
DB_SORTHUNGARIAN = 265
DB_SORTICELANDIC = 262
DB_SORTNORWDAN = 261
DB_SORTPDXINTL = 4096
DB_SORTPDXNOR = 4098
DB_SORTPDXSWE = 4097
DB_SORTPOLISH = 266
DB_SORTSPANISH = 258
DB_SORTSWEDFIN = 260
DB_SORTTURKISH = 270
DB_SORTUNDEFINED = -1
DB_SQLPASSTHROUGH = 64
DB_SYSTEMOBJECT = -2147483646
DB_TABLE = 1
DB_TEXT = 10
DB_UNIQUE = 1
DB_UPDATABLEFIELD = 32
DB_VARIABLEFIELD = 2
DB_VERSION10 = 1
DB_VERSION11 = 8
DB_VERSION20 = 16
DELETE_CANCEL = 1
DELETE_OK = 0
DELETE_USER_CANCEL = 2
LB_CLOSE = 8
LB_END = 9
LB_GETCOLUMNCOUNT = 4
LB_GETCOLUMNWIDTH = 5
LB_GETFORMAT = 7
LB_GETROWCOUNT = 3
LB_GETVALUE = 6
LB_INITIALIZE = 0
LB_OPEN = 1
LEFT_BUTTON = 1
MIDDLE_BUTTON = 4
OBJSTATE_DIRTY = 2
OBJSTATE_NEW = 4
OBJSTATE_OPEN = 1
OLE_CHANGED = 0
OLE_CLOSED = 2
OLE_RELEASE = 5
OLE_RENAMED = 3
OLE_SAVED = 1
RIGHT_BUTTON = 2
SHIFT_MASK = 1
SYSCMD_ACCESSDIR = 9
SYSCMD_ACCESSVER = 7
SYSCMD_CLEARHELPTOPIC = 11
SYSCMD_CLEARSTATUS = 5
SYSCMD_GETOBJECTSTATE = 10
SYSCMD_INIFILE = 8
SYSCMD_INITMETER = 1
SYSCMD_REMOVEMETER = 3
SYSCMD_RUNTIME = 6
SYSCMD_SETSTATUS = 4
SYSCMD_UPDATEMETER = 2
V_CURRENCY = 6
V_DATE = 7
V_DOUBLE = 5
V_EMPTY = 0
V_INTEGER = 2
V_LONG = 3
V_NULL = 1
V_SINGLE = 4
V_STRING = 8
acADP = 1
acActiveDataObject = -1
acAdd = 0
acAddress = 2
acAll = 0
acAltMask = 4
acAnywhere = 0
acAppendData = 2
acApplyFilter = 1
acApplyServerFilter = 3
acBetween = 0
acBoundObjectFrame = 108
acCheckBox = 106
acClassModule = 1
acCloseFilterWindow = 2
acCloseServerFilterWindow = 4
acCmdAboutMicrosoftAccess = 35
acCmdAddInManager = 526
acCmdAddToNewGroup = 494
acCmdAddWatch = 201
acCmdAdvancedFilterSort = 99
acCmdAlignBottom = 46
acCmdAlignCenter = 477
acCmdAlignLeft = 43
acCmdAlignMiddle = 476
acCmdAlignRight = 44
acCmdAlignToGrid = 47
acCmdAlignToShortest = 153
acCmdAlignToTallest = 154
acCmdAlignTop = 45
acCmdAlignmentAndSizing = 478
acCmdAnalyzePerformance = 283
acCmdAnalyzeTable = 284
acCmdAnswerWizard = 235
acCmdAppMaximize = 10
acCmdAppMinimize = 11
acCmdAppMove = 12
acCmdAppRestore = 9
acCmdAppSize = 13
acCmdApplyDefault = 55
acCmdApplyFilterSort = 93
acCmdArrangeIconsAuto = 218
acCmdArrangeIconsByCreated = 216
acCmdArrangeIconsByModified = 217
acCmdArrangeIconsByName = 214
acCmdArrangeIconsByType = 215
acCmdAutoCorrect = 261
acCmdAutoDial = 192
acCmdAutoFormat = 270
acCmdBackgroundPicture = 474
acCmdBackgroundSound = 475
acCmdBackup = 513
acCmdBookmarksClearAll = 310
acCmdBookmarksNext = 308
acCmdBookmarksPrevious = 309
acCmdBookmarksToggle = 307
acCmdBringToFront = 52
acCmdCallStack = 172
acCmdChangeToCheckBox = 231
acCmdChangeToComboBox = 230
acCmdChangeToCommandButton = 501
acCmdChangeToImage = 234
acCmdChangeToLabel = 228
acCmdChangeToListBox = 229
acCmdChangeToOptionButton = 233
acCmdChangeToTextBox = 227
acCmdChangeToToggleButton = 232
acCmdClearAll = 146
acCmdClearAllBreakpoints = 132
acCmdClearGrid = 71
acCmdClearHyperlink = 343
acCmdClearItemDefaults = 237
acCmdClose = 58
acCmdCloseWindow = 186
acCmdColumnWidth = 117
acCmdCompactDatabase = 4
acCmdCompileAllModules = 125
acCmdCompileAndSaveAllModules = 126
acCmdCompileLoadedModules = 290
acCmdCompleteWord = 306
acCmdConditionalFormatting = 500
acCmdConnection = 383
acCmdControlWizardsToggle = 197
acCmdConvertDatabase = 171
acCmdConvertMacrosToVisualBasic = 279
acCmdCopy = 190
acCmdCopyDatabaseFile = 516
acCmdCopyHyperlink = 328
acCmdCreateMenuFromMacro = 334
acCmdCreateRelationship = 150
acCmdCreateReplica = 263
acCmdCreateShortcut = 219
acCmdCreateShortcutMenuFromMacro = 336
acCmdCreateToolbarFromMacro = 335
acCmdCut = 189
acCmdDataAccessPageAddToPage = 480
acCmdDataAccessPageBrowse = 344
acCmdDataAccessPageDesignView = 385
acCmdDataAccessPageFieldListRefresh = 479
acCmdDataEntry = 78
acCmdDataOutline = 468
acCmdDatabaseProperties = 256
acCmdDatabaseSplitter = 520
acCmdDatasheetView = 282
acCmdDateAndTime = 226
acCmdDebugWindow = 123
acCmdDelete = 337
acCmdDeleteGroup = 493
acCmdDeletePage = 332
acCmdDeleteQueryColumn = 81
acCmdDeleteRecord = 223
acCmdDeleteRows = 188
acCmdDeleteTab = 255
acCmdDeleteTable = 489
acCmdDeleteTableColumn = 271
acCmdDeleteWatch = 267
acCmdDemote = 388
acCmdDesignView = 183
acCmdDiagramAddRelatedTables = 373
acCmdDiagramAutosizeSelectedTables = 378
acCmdDiagramDeleteRelationship = 382
acCmdDiagramLayoutDiagram = 380
acCmdDiagramLayoutSelection = 379
acCmdDiagramModifyUserDefinedView = 375
acCmdDiagramNewLabel = 372
acCmdDiagramNewTable = 381
acCmdDiagramRecalculatePageBreaks = 377
acCmdDiagramShowRelationshipLabels = 374
acCmdDiagramViewPageBreaks = 376
acCmdDocMaximize = 15
acCmdDocMinimize = 60
acCmdDocMove = 16
acCmdDocRestore = 14
acCmdDocSize = 17
acCmdDocumenter = 285
acCmdDropSQLDatabase = 517
acCmdDuplicate = 34
acCmdEditHyperlink = 325
acCmdEditRelationship = 151
acCmdEditTriggers = 384
acCmdEditWatch = 202
acCmdEditingAllowed = 70
acCmdEncryptDecryptDatabase = 5
acCmdEnd = 198
acCmdExit = 3
acCmdExport = 487
acCmdFavoritesAddTo = 299
acCmdFavoritesOpen = 298
acCmdFieldList = 42
acCmdFilterByForm = 207
acCmdFilterBySelection = 208
acCmdFilterExcludingSelection = 277
acCmdFind = 30
acCmdFindNext = 341
acCmdFindNextWordUnderCursor = 313
acCmdFindPrevWordUnderCursor = 312
acCmdFindPrevious = 120
acCmdFitToWindow = 245
acCmdFont = 19
acCmdFormHdrFtr = 36
acCmdFormView = 281
acCmdFormatCells = 77
acCmdFreezeColumn = 105
acCmdGoBack = 294
acCmdGoContinue = 127
acCmdGoForward = 295
acCmdGroupByTable = 387
acCmdGroupControls = 484
acCmdHideColumns = 79
acCmdHidePane = 365
acCmdHideTable = 147
acCmdHorizontalSpacingDecrease = 158
acCmdHorizontalSpacingIncrease = 159
acCmdHorizontalSpacingMakeEqual = 157
acCmdHyperlinkDisplayText = 329
acCmdImport = 257
acCmdIndent = 205
acCmdIndexes = 152
acCmdInsertActiveXControl = 258
acCmdInsertChart = 293
acCmdInsertFile = 39
acCmdInsertFileIntoModule = 118
acCmdInsertHyperlink = 259
acCmdInsertLookupColumn = 273
acCmdInsertLookupField = 291
acCmdInsertMovieFromFile = 469
acCmdInsertObject = 33
acCmdInsertPage = 331
acCmdInsertPicture = 222
acCmdInsertPivotTable = 470
acCmdInsertProcedure = 262
acCmdInsertQueryColumn = 82
acCmdInsertRows = 187
acCmdInsertSpreadsheet = 471
acCmdInsertSubdatasheet = 499
acCmdInsertTableColumn = 272
acCmdInsertUnboundSection = 472
acCmdInvokeBuilder = 178
acCmdJoinProperties = 72
acCmdLastPosition = 339
acCmdLayoutPreview = 141
acCmdLineUpIcons = 213
acCmdLinkTables = 102
acCmdLinkedTableManager = 519
acCmdListConstants = 303
acCmdLoadFromQuery = 95
acCmdMacroConditions = 87
acCmdMacroNames = 86
acCmdMakeMDEFile = 7
acCmdMaximiumRecords = 508
acCmdMicrosoftAccessHelpTopics = 100
acCmdMicrosoftOnTheWeb = 236
acCmdMicrosoftScriptEditor = 390
acCmdMoreWindows = 8
acCmdNewDatabase = 26
acCmdNewGroup = 491
acCmdNewObjectAutoForm = 193
acCmdNewObjectAutoReport = 194
acCmdNewObjectClassModule = 140
acCmdNewObjectDataAccessPage = 346
acCmdNewObjectDiagram = 352
acCmdNewObjectForm = 136
acCmdNewObjectFunction = 394
acCmdNewObjectMacro = 138
acCmdNewObjectModule = 139
acCmdNewObjectQuery = 135
acCmdNewObjectReport = 137
acCmdNewObjectStoredProcedure = 351
acCmdNewObjectTable = 134
acCmdNewObjectView = 350
acCmdOLEDDELinks = 27
acCmdOLEObjectConvert = 167
acCmdOLEObjectDefaultVerb = 57
acCmdObjBrwFindWholeWordOnly = 314
acCmdObjBrwGroupMembers = 318
acCmdObjBrwHelp = 316
acCmdObjBrwShowHiddenMembers = 315
acCmdObjBrwViewDefinition = 317
acCmdObjectBrowser = 200
acCmdOfficeClipboard = 488
acCmdOpenDatabase = 25
acCmdOpenHyperlink = 326
acCmdOpenNewHyperlink = 327
acCmdOpenSearchPage = 253
acCmdOpenStartPage = 252
acCmdOpenTable = 221
acCmdOpenURL = 251
acCmdOptions = 49
acCmdOutdent = 206
acCmdOutputToExcel = 175
acCmdOutputToRTF = 176
acCmdOutputToText = 177
acCmdPageHdrFtr = 182
acCmdPageNumber = 225
acCmdPageProperties = 467
acCmdPageSetup = 32
acCmdParameterInfo = 305
acCmdPartialReplicaWizard = 524
acCmdPaste = 191
acCmdPasteAppend = 38
acCmdPasteAsHyperlink = 490
acCmdPasteSpecial = 64
acCmdPivotAutoAverage = 416
acCmdPivotAutoCount = 413
acCmdPivotAutoFilter = 398
acCmdPivotAutoMax = 415
acCmdPivotAutoMin = 414
acCmdPivotAutoStdDev = 417
acCmdPivotAutoStdDevP = 419
acCmdPivotAutoSum = 412
acCmdPivotAutoVar = 418
acCmdPivotAutoVarP = 420
acCmdPivotChartByRowByColumn = 456
acCmdPivotChartDrillInto = 457
acCmdPivotChartDrillOut = 532
acCmdPivotChartMultiplePlots = 458
acCmdPivotChartMultiplePlotsUnifiedScale = 459
acCmdPivotChartShowLegend = 455
acCmdPivotChartSortAscByTotal = 534
acCmdPivotChartSortDescByTotal = 535
acCmdPivotChartType = 453
acCmdPivotChartUndo = 460
acCmdPivotChartView = 397
acCmdPivotCollapse = 400
acCmdPivotDelete = 454
acCmdPivotDropAreas = 452
acCmdPivotExpand = 401
acCmdPivotRefresh = 404
acCmdPivotShowAll = 461
acCmdPivotShowBottom1 = 432
acCmdPivotShowBottom10 = 435
acCmdPivotShowBottom10Percent = 440
acCmdPivotShowBottom1Percent = 437
acCmdPivotShowBottom2 = 433
acCmdPivotShowBottom25 = 436
acCmdPivotShowBottom25Percent = 441
acCmdPivotShowBottom2Percent = 438
acCmdPivotShowBottom5 = 434
acCmdPivotShowBottom5Percent = 439
acCmdPivotShowBottomOther = 442
acCmdPivotShowTop1 = 421
acCmdPivotShowTop10 = 424
acCmdPivotShowTop10Percent = 429
acCmdPivotShowTop1Percent = 426
acCmdPivotShowTop2 = 422
acCmdPivotShowTop25 = 425
acCmdPivotShowTop25Percent = 430
acCmdPivotShowTop2Percent = 427
acCmdPivotShowTop5 = 423
acCmdPivotShowTop5Percent = 428
acCmdPivotShowTopOther = 431
acCmdPivotTableClearCustomOrdering = 527
acCmdPivotTableCreateCalcField = 444
acCmdPivotTableCreateCalcTotal = 443
acCmdPivotTableDemote = 411
acCmdPivotTableExpandIndicators = 451
acCmdPivotTableExportToExcel = 405
acCmdPivotTableFilterBySelection = 528
acCmdPivotTableGroupItems = 530
acCmdPivotTableHideDetails = 402
acCmdPivotTableMoveToColumnArea = 407
acCmdPivotTableMoveToDetailArea = 409
acCmdPivotTableMoveToFilterArea = 408
acCmdPivotTableMoveToRowArea = 406
acCmdPivotTablePercentColumnTotal = 447
acCmdPivotTablePercentGrandTotal = 450
acCmdPivotTablePercentParentColumnItem = 449
acCmdPivotTablePercentParentRowItem = 448
acCmdPivotTablePercentRowTotal = 446
acCmdPivotTablePromote = 410
acCmdPivotTableRemove = 529
acCmdPivotTableShowAsNormal = 445
acCmdPivotTableShowDetails = 403
acCmdPivotTableSubtotal = 399
acCmdPivotTableUngroupItems = 531
acCmdPivotTableView = 396
acCmdPreviewEightPages = 249
acCmdPreviewFourPages = 248
acCmdPreviewOnePage = 246
acCmdPreviewTwelvePages = 250
acCmdPreviewTwoPages = 247
acCmdPrimaryKey = 107
acCmdPrint = 340
acCmdPrintPreview = 54
acCmdPrintRelationships = 483
acCmdProcedureDefinition = 122
acCmdPromote = 386
acCmdProperties = 287
acCmdPublishDefaults = 324
acCmdQueryAddToOutput = 362
acCmdQueryGroupBy = 361
acCmdQueryParameters = 76
acCmdQueryTotals = 73
acCmdQueryTypeAppend = 91
acCmdQueryTypeCrosstab = 74
acCmdQueryTypeDelete = 92
acCmdQueryTypeMakeTable = 94
acCmdQueryTypeSQLDataDefinition = 168
acCmdQueryTypeSQLPassThrough = 169
acCmdQueryTypeSQLUnion = 180
acCmdQueryTypeSelect = 89
acCmdQueryTypeUpdate = 90
acCmdQuickInfo = 304
acCmdQuickPrint = 278
acCmdQuickWatch = 203
acCmdRecordsGoToFirst = 67
acCmdRecordsGoToLast = 68
acCmdRecordsGoToNew = 28
acCmdRecordsGoToNext = 65
acCmdRecordsGoToPrevious = 66
acCmdRecoverDesignMaster = 265
acCmdRedo = 199
acCmdReferences = 260
acCmdRefresh = 18
acCmdRefreshPage = 297
acCmdRegisterActiveXControls = 254
acCmdRelationships = 133
acCmdRemove = 366
acCmdRemoveFilterSort = 144
acCmdRemoveTable = 84
acCmdRename = 143
acCmdRenameColumn = 274
acCmdRenameGroup = 492
acCmdRepairDatabase = 6
acCmdReplace = 29
acCmdReportHdrFtr = 37
acCmdReset = 124
acCmdResolveConflicts = 266
acCmdRestore = 514
acCmdRowHeight = 116
acCmdRun = 181
acCmdRunMacro = 31
acCmdRunOpenMacro = 338
acCmdSQLView = 184
acCmdSave = 20
acCmdSaveAllModules = 280
acCmdSaveAs = 21
acCmdSaveAsASP = 323
acCmdSaveAsDataAccessPage = 389
acCmdSaveAsHTML = 321
acCmdSaveAsIDC = 322
acCmdSaveAsQuery = 96
acCmdSaveAsReport = 142
acCmdSaveLayout = 145
acCmdSaveModuleAsText = 119
acCmdSaveRecord = 97
acCmdSelectAll = 333
acCmdSelectAllRecords = 109
acCmdSelectDataAccessPage = 347
acCmdSelectForm = 40
acCmdSelectRecord = 50
acCmdSelectReport = 319
acCmdSend = 173
acCmdSendToBack = 53
acCmdServerFilterByForm = 507
acCmdServerProperties = 496
acCmdSetControlDefaults = 56
acCmdSetDatabasePassword = 275
acCmdSetNextStatement = 129
acCmdShowAllRelationships = 149
acCmdShowDirectRelationships = 148
acCmdShowEnvelope = 533
acCmdShowMembers = 302
acCmdShowNextStatement = 130
acCmdShowOnlyWebToolbar = 300
acCmdShowTable = 185
acCmdSingleStep = 88
acCmdSizeToFit = 59
acCmdSizeToFitForm = 69
acCmdSizeToGrid = 48
acCmdSizeToNarrowest = 155
acCmdSizeToWidest = 156
acCmdSnapToGrid = 62
acCmdSortAscending = 163
acCmdSortDescending = 164
acCmdSortingAndGrouping = 51
acCmdSpeech = 511
acCmdSpelling = 269
acCmdStartupProperties = 224
acCmdStepInto = 342
acCmdStepOut = 311
acCmdStepOver = 128
acCmdStepToCursor = 204
acCmdStopLoadingPage = 296
acCmdSubdatasheetCollapseAll = 505
acCmdSubdatasheetExpandAll = 504
acCmdSubdatasheetRemove = 506
acCmdSubformDatasheet = 108
acCmdSubformDatasheetView = 463
acCmdSubformFormView = 462
acCmdSubformInNewWindow = 495
acCmdSubformPivotChartView = 465
acCmdSubformPivotTableView = 464
acCmdSwitchboardManager = 521
acCmdSynchronizeNow = 264
acCmdTabControlPageOrder = 330
acCmdTabOrder = 41
acCmdTableAddTable = 498
acCmdTableCustomView = 497
acCmdTableNames = 75
acCmdTestValidationRules = 196
acCmdTileHorizontally = 286
acCmdTileVertically = 23
acCmdToggleBreakpoint = 131
acCmdToggleFilter = 220
acCmdToolbarControlProperties = 301
acCmdToolbarsCustomize = 165
acCmdTransferSQLDatabase = 515
acCmdTransparentBackground = 288
acCmdTransparentBorder = 289
acCmdUndo = 292
acCmdUnfreezeAllColumns = 106
acCmdUngroupControls = 485
acCmdUnhideColumns = 80
acCmdUpsizingWizard = 522
acCmdUserAndGroupAccounts = 104
acCmdUserAndGroupPermissions = 103
acCmdUserLevelSecurityWizard = 276
acCmdVerticalSpacingDecrease = 161
acCmdVerticalSpacingIncrease = 162
acCmdVerticalSpacingMakeEqual = 160
acCmdViewCode = 170
acCmdViewDataAccessPages = 349
acCmdViewDetails = 210
acCmdViewDiagrams = 354
acCmdViewFieldList = 353
acCmdViewForms = 112
acCmdViewFunctions = 395
acCmdViewGrid = 63
acCmdViewLargeIcons = 209
acCmdViewList = 212
acCmdViewMacros = 114
acCmdViewModules = 115
acCmdViewObjectDependencies = 536
acCmdViewQueries = 111
acCmdViewReports = 113
acCmdViewRuler = 61
acCmdViewShowPaneDiagram = 358
acCmdViewShowPaneGrid = 359
acCmdViewShowPaneSQL = 357
acCmdViewSmallIcons = 211
acCmdViewStoredProcedures = 355
acCmdViewTableColumnNames = 363
acCmdViewTableColumnProperties = 368
acCmdViewTableKeys = 369
acCmdViewTableNameOnly = 364
acCmdViewTableUserView = 370
acCmdViewTables = 110
acCmdViewToolbox = 85
acCmdViewVerifySQL = 360
acCmdViewViews = 356
acCmdVisualBasicEditor = 525
acCmdWebPagePreview = 466
acCmdWebPageProperties = 486
acCmdWebTheme = 473
acCmdWindowArrangeIcons = 24
acCmdWindowCascade = 22
acCmdWindowHide = 2
acCmdWindowSplit = 121
acCmdWindowUnhide = 1
acCmdWordMailMerge = 195
acCmdWorkgroupAdministrator = 391
acCmdZoom10 = 244
acCmdZoom100 = 240
acCmdZoom1000 = 482
acCmdZoom150 = 239
acCmdZoom200 = 238
acCmdZoom25 = 243
acCmdZoom50 = 242
acCmdZoom500 = 481
acCmdZoom75 = 241
acCmdZoomBox = 179
acCmdZoomSelection = 371
acColorIndexAqua = 14
acColorIndexBlack = 0
acColorIndexBlue = 12
acColorIndexBrightGreen = 10
acColorIndexDarkBlue = 4
acColorIndexFuschia = 13
acColorIndexGray = 7
acColorIndexGreen = 2
acColorIndexMaroon = 1
acColorIndexOlive = 3
acColorIndexRed = 9
acColorIndexSilver = 8
acColorIndexTeal = 6
acColorIndexViolet = 5
acColorIndexWhite = 15
acColorIndexYellow = 11
acComboBox = 111
acCommandButton = 104
acCopy = 2
acCtrlMask = 2
acCurViewDatasheet = 2
acCurViewDesign = 0
acCurViewFormBrowse = 1
acCurViewPivotChart = 4
acCurViewPivotTable = 3
acCurViewPreview = 5
acCurrent = -1
acCustomControl = 119
acCut = 1
acDataAccessPage = 6
acDataAccessPageBrowse = 0
acDataAccessPageDesign = 1
acDataErrAdded = 2
acDataErrContinue = 0
acDataErrDisplay = 1
acDataForm = 2
acDataFunction = 10
acDataQuery = 1
acDataServerView = 7
acDataStoredProcedure = 9
acDataTable = 0
acDefViewContinuous = 1
acDefViewDatasheet = 2
acDefViewPivotChart = 4
acDefViewPivotTable = 3
acDefViewSingle = 0
acDefault = -1
acDelete = 6
acDeleteCancel = 1
acDeleteOK = 0
acDeleteUserCancel = 2
acDesign = 1
acDetail = 0
acDiagram = 8
acDialog = 3
acDisableScript = 2
acDisplayText = 1
acDisplayedValue = 0
acDown = 1
acDraft = 3
acEdit = 1
acEditMenu = 1
acEffectChisel = 5
acEffectEtched = 3
acEffectNormal = 0
acEffectRaised = 1
acEffectShadow = 4
acEffectSunken = 2
acEmbedSchema = 1
acEnableScript = 0
acEntire = 1
acEqual = 2
acExcludePrimaryKeyAndIndexes = 2
acExit = 2
acExport = 1
acExportDelim = 2
acExportFixed = 3
acExportForm = 2
acExportFunction = 10
acExportHTML = 8
acExportMerge = 4
acExportQuery = 1
acExportReport = 3
acExportServerView = 7
acExportStoredProcedure = 9
acExportTable = 0
acExpression = 1
acFieldHasFocus = 2
acFieldValue = 0
acFile = 0
acFileFormatAccess2 = 2
acFileFormatAccess2000 = 9
acFileFormatAccess2002 = 10
acFileFormatAccess95 = 7
acFileFormatAccess97 = 8
acFilterAdvanced = 1
acFilterByForm = 0
acFilterNormal = 0
acFirst = 2
acFooter = 2
acForm = 2
acFormAdd = 0
acFormBar = 0
acFormDS = 3
acFormEdit = 1
acFormPivotChart = 5
acFormPivotTable = 4
acFormPropertySettings = -1
acFormReadOnly = 2
acFormatASP = Microsoft Active Server Pages (*.asp)
acFormatDAP = Microsoft Access Data Access Page (*.htm; *.html)
acFormatHTML = HTML (*.html)
acFormatIIS = Microsoft IIS (*.htx; *.idc)
acFormatRTF = Rich Text Format (*.rtf)
acFormatSNP = Snapshot Format (*.snp)
acFormatTXT = MS-DOS Text (*.txt)
acFormatXLS = Microsoft Excel (*.xls)
acFullAddress = 5
acFunction = 10
acGoTo = 4
acGreaterThan = 4
acGreaterThanOrEqual = 6
acGridlinesBoth = 3
acGridlinesBothV2 = -1
acGridlinesHoriz = 1
acGridlinesNone = 0
acGridlinesVert = 2
acGroupLevel1Footer = 6
acGroupLevel1Header = 5
acGroupLevel2Footer = 8
acGroupLevel2Header = 7
acHeader = 1
acHidden = 1
acHigh = 0
acIcon = 2
acImage = 103
acImeModeAlpha = 8
acImeModeAlphaFull = 7
acImeModeDisable = 3
acImeModeHangul = 10
acImeModeHangulFull = 9
acImeModeHiragana = 4
acImeModeKatakana = 5
acImeModeKatakanaHalf = 6
acImeModeNoControl = 0
acImeModeOff = 2
acImeModeOn = 1
acImeSentenceModeConversation = 2
acImeSentenceModeNone = 3
acImeSentenceModePhrasePredict = 0
acImeSentenceModePluralClause = 1
acImport = 0
acImportDelim = 0
acImportFixed = 1
acImportHTML = 7
acLBClose = 8
acLBEnd = 9
acLBGetColumnCount = 4
acLBGetColumnWidth = 5
acLBGetFormat = 7
acLBGetRowCount = 3
acLBGetValue = 6
acLBInitialize = 0
acLBOpen = 1
acLabel = 100
acLast = 3
acLeftButton = 1
acLessThan = 5
acLessThanOrEqual = 7
acLine = 102
acLink = 2
acLinkDelim = 5
acLinkFixed = 6
acLinkHTML = 9
acListBox = 110
acLiveReportSource = 8
acLow = 2
acMDB = 2
acMacro = 4
acMedium = 1
acMenuCheck = 3
acMenuGray = 1
acMenuUncheck = 2
acMenuUngray = 0
acMenuVer1X = 11
acMenuVer20 = 20
acMenuVer70 = 70
acMiddleButton = 4
acModule = 5
acNew = 0
acNewRec = 5
acNext = 1
acNormal = 0
acNotBetween = 1
acNotEqual = 3
acNull = 0
acOLEActivate = 7
acOLEActivateDoubleClick = 2
acOLEActivateGetFocus = 1
acOLEActivateManual = 0
acOLEChanged = 0
acOLEClose = 9
acOLEClosed = 2
acOLECopy = 4
acOLECreateEmbed = 0
acOLECreateFromFile = 1
acOLECreateLink = 1
acOLECreateNew = 0
acOLEDelete = 10
acOLEDisplayContent = 0
acOLEDisplayIcon = 1
acOLEEither = 2
acOLEEmbedded = 1
acOLEFetchVerbs = 17
acOLEInsertObjDlg = 14
acOLELinked = 0
acOLENone = 3
acOLEPaste = 5
acOLEPasteSpecialDlg = 15
acOLERenamed = 3
acOLESaved = 1
acOLESizeAutoSize = 2
acOLESizeClip = 0
acOLESizeStretch = 1
acOLESizeZoom = 3
acOLEUpdate = 6
acOLEUpdateAutomatic = 0
acOLEUpdateFrozen = 1
acOLEUpdateManual = 2
acOLEVerbHide = -3
acOLEVerbInPlaceActivate = -5
acOLEVerbInPlaceUIActivate = -4
acOLEVerbOpen = -2
acOLEVerbPrimary = 0
acOLEVerbShow = -1
acObjStateDirty = 2
acObjStateNew = 4
acObjStateOpen = 1
acObject = 14
acObjectFrame = 114
acObjectUpdate = 3
acObjectVerb = 0
acOptionButton = 105
acOptionGroup = 107
acOutputDataAccessPage = 6
acOutputForm = 2
acOutputFunction = 10
acOutputModule = 5
acOutputQuery = 1
acOutputReport = 3
acOutputServerView = 7
acOutputStoredProcedure = 9
acOutputTable = 0
acPRBNAuto = 7
acPRBNCassette = 14
acPRBNEnvManual = 6
acPRBNEnvelope = 5
acPRBNFormSource = 15
acPRBNLargeCapacity = 11
acPRBNLargeFmt = 10
acPRBNLower = 2
acPRBNManual = 4
acPRBNMiddle = 3
acPRBNSmallFmt = 9
acPRBNTractor = 8
acPRBNUpper = 1
acPRCMColor = 2
acPRCMMonochrome = 1
acPRDPHorizontal = 2
acPRDPSimplex = 1
acPRDPVertical = 3
acPRHorizontalColumnLayout = 1953
acPRORLandscape = 2
acPRORPortrait = 1
acPRPQDraft = -1
acPRPQHigh = -4
acPRPQLow = -2
acPRPQMedium = -3
acPRPS10x14 = 16
acPRPS11x17 = 17
acPRPSA3 = 8
acPRPSA4 = 9
acPRPSA4Small = 10
acPRPSA5 = 11
acPRPSB4 = 12
acPRPSB5 = 13
acPRPSCSheet = 24
acPRPSDSheet = 25
acPRPSESheet = 26
acPRPSEnv10 = 20
acPRPSEnv11 = 21
acPRPSEnv12 = 22
acPRPSEnv14 = 23
acPRPSEnv9 = 19
acPRPSEnvB4 = 33
acPRPSEnvB5 = 34
acPRPSEnvB6 = 35
acPRPSEnvC3 = 29
acPRPSEnvC4 = 30
acPRPSEnvC5 = 28
acPRPSEnvC6 = 31
acPRPSEnvC65 = 32
acPRPSEnvDL = 27
acPRPSEnvItaly = 36
acPRPSEnvMonarch = 37
acPRPSEnvPersonal = 38
acPRPSExecutive = 7
acPRPSFanfoldLglGerman = 41
acPRPSFanfoldStdGerman = 40
acPRPSFanfoldUS = 39
acPRPSFolio = 14
acPRPSLedger = 4
acPRPSLegal = 5
acPRPSLetter = 1
acPRPSLetterSmall = 2
acPRPSNote = 18
acPRPSQuarto = 15
acPRPSStatement = 6
acPRPSTabloid = 3
acPRPSUser = 256
acPRVerticalColumnLayout = 1954
acPage = 124
acPageBreak = 118
acPageFooter = 4
acPageHeader = 3
acPages = 2
acPaste = 3
acPersistReportML = 16
acPreview = 2
acPrevious = 0
acPrintAll = 0
acPrompt = 0
acPromptScript = 1
acQuery = 1
acQuitPrompt = 0
acQuitSaveAll = 1
acQuitSaveNone = 2
acReadOnly = 2
acRecordsMenu = 5
acRectangle = 101
acRefresh = 5
acReport = 3
acRightButton = 2
acRunFromServer = 4
acSave = 1
acSaveForm = 4
acSaveFormAs = 5
acSaveNo = 2
acSavePrompt = 0
acSaveRecord = 4
acSaveYes = 1
acSchemaNone = 0
acSchemaXSD = 1
acScreenTip = 4
acSearchAll = 2
acSecFrmRptExecute = 256
acSecFrmRptReadDef = 4
acSecFrmRptWriteDef = 65548
acSecMacExecute = 8
acSecMacReadDef = 10
acSecMacWriteDef = 65542
acSecModReadDef = 2
acSecModWriteDef = 65542
acSelectAllRecords = 9
acSelectRecord = 8
acSelection = 1
acSendDataAccessPage = 6
acSendForm = 2
acSendModule = 5
acSendNoObject = -1
acSendQuery = 1
acSendReport = 3
acSendTable = 0
acServerFilter = 1
acServerFilterByForm = 2
acServerView = 7
acShiftMask = 1
acShowAllRecords = 0
acSpreadsheetTypeExcel3 = 0
acSpreadsheetTypeExcel4 = 6
acSpreadsheetTypeExcel5 = 5
acSpreadsheetTypeExcel7 = 5
acSpreadsheetTypeExcel8 = 8
acSpreadsheetTypeExcel9 = 8
acSpreadsheetTypeLotusWJ2 = 4
acSpreadsheetTypeLotusWK1 = 2
acSpreadsheetTypeLotusWK3 = 3
acSpreadsheetTypeLotusWK4 = 7
acStandardModule = 0
acStart = 2
acStoredProcedure = 9
acStructureAndData = 1
acStructureOnly = 0
acSubAddress = 3
acSubform = 112
acSysCmdAccessDir = 9
acSysCmdAccessVer = 7
acSysCmdClearHelpTopic = 11
acSysCmdClearStatus = 5
acSysCmdGetObjectState = 10
acSysCmdGetWorkgroupFile = 13
acSysCmdIniFile = 8
acSysCmdInitMeter = 1
acSysCmdProfile = 12
acSysCmdRemoveMeter = 3
acSysCmdRuntime = 6
acSysCmdSetStatus = 4
acSysCmdUpdateMeter = 2
acTabCtl = 123
acTable = 0
acTextBox = 109
acToggleButton = 122
acToolbarNo = 2
acToolbarWhereApprop = 1
acToolbarYes = 0
acUTF16 = 1
acUTF8 = 0
acUndo = 0
acUp = 0
acViewDesign = 1
acViewNormal = 0
acViewPivotChart = 4
acViewPivotTable = 3
acViewPreview = 2
acWindowNormal = 0
vbKey0 = 48
vbKey1 = 49
vbKey2 = 50
vbKey3 = 51
vbKey4 = 52
vbKey5 = 53
vbKey6 = 54
vbKey7 = 55
vbKey8 = 56
vbKey9 = 57
vbKeyA = 65
vbKeyAdd = 107
vbKeyB = 66
vbKeyBack = 8
vbKeyC = 67
vbKeyCancel = 3
vbKeyCapital = 20
vbKeyClear = 12
vbKeyControl = 17
vbKeyD = 68
vbKeyDecimal = 110
vbKeyDelete = 46
vbKeyDivide = 111
vbKeyDown = 40
vbKeyE = 69
vbKeyEnd = 35
vbKeyEscape = 27
vbKeyExecute = 43
vbKeyF = 70
vbKeyF1 = 112
vbKeyF10 = 121
vbKeyF11 = 122
vbKeyF12 = 123
vbKeyF13 = 124
vbKeyF14 = 125
vbKeyF15 = 126
vbKeyF16 = 127
vbKeyF2 = 113
vbKeyF3 = 114
vbKeyF4 = 115
vbKeyF5 = 116
vbKeyF6 = 117
vbKeyF7 = 118
vbKeyF8 = 119
vbKeyF9 = 120
vbKeyG = 71
vbKeyH = 72
vbKeyHelp = 47
vbKeyHome = 36
vbKeyI = 73
vbKeyInsert = 45
vbKeyJ = 74
vbKeyK = 75
vbKeyL = 76
vbKeyLButton = 1
vbKeyLeft = 37
vbKeyM = 77
vbKeyMButton = 4
vbKeyMenu = 18
vbKeyMultiply = 106
vbKeyN = 78
vbKeyNumlock = 144
vbKeyNumpad0 = 96
vbKeyNumpad1 = 97
vbKeyNumpad2 = 98
vbKeyNumpad3 = 99
vbKeyNumpad4 = 100
vbKeyNumpad5 = 101
vbKeyNumpad6 = 102
vbKeyNumpad7 = 103
vbKeyNumpad8 = 104
vbKeyNumpad9 = 105
vbKeyO = 79
vbKeyP = 80
vbKeyPageDown = 34
vbKeyPageUp = 33
vbKeyPause = 19
vbKeyPrint = 42
vbKeyQ = 81
vbKeyR = 82
vbKeyRButton = 2
vbKeyReturn = 13
vbKeyRight = 39
vbKeyS = 83
vbKeySelect = 41
vbKeySeparator = 108
vbKeyShift = 16
vbKeySnapshot = 44
vbKeySpace = 32
vbKeySubtract = 109
vbKeyT = 84
vbKeyTab = 9
vbKeyU = 85
vbKeyUp = 38
vbKeyV = 86
vbKeyW = 87
vbKeyX = 88
vbKeyY = 89
vbKeyZ = 90
Access2000の出力
------------------------------------------------------------------------------
Access type libary contains 1060 constants:
ALT_MASK = 4
A_ADD = 0
A_ALL = 0
A_ANYWHERE = 0
A_ATTACH = 2
A_COPY = 3
A_CURRENT = 1
A_CUT = 2
A_DELETE = 6
A_DELETE_V2 = 7
A_DESIGN = 1
A_DIALOG = 3
A_DOWN = 1
A_DRAFT = 3
A_EDIT = 1
A_EDITMENU = 1
A_ENTIRE = 1
A_EXIT = 2
A_EXPORT = 1
A_EXPORTDELIM = 2
A_EXPORTFIXED = 3
A_EXPORTMERGE = 4
A_FILE = 0
A_FIRST = 2
A_FORM = 2
A_FORMATRTF = Rich Text Format (*.rtf)
A_FORMATTXT = MS-DOS Text (*.txt)
A_FORMATXLS = Microsoft Excel (*.xls)
A_FORMBAR = 0
A_FORMDS = 3
A_GOTO = 4
A_HIDDEN = 1
A_HIGH = 0
A_ICON = 2
A_IMPORT = 0
A_IMPORTDELIM = 0
A_IMPORTFIXED = 1
A_LAST = 3
A_LOW = 2
A_MACRO = 4
A_MEDIUM = 1
A_MENU_VER1X = 11
A_MENU_VER20 = 20
A_MODULE = 5
A_NEW = 0
A_NEWREC = 5
A_NEXT = 1
A_NORMAL = 0
A_OBJECT = 14
A_OBJECTUPDATE = 3
A_OBJECTVERB = 0
A_PAGES = 2
A_PASTE = 4
A_PREVIEW = 2
A_PREVIOUS = 0
A_PRINTALL = 0
A_PROMPT = 0
A_QUERY = 1
A_READONLY = 2
A_RECORDSMENU = 3
A_REFRESH = 2
A_REPORT = 3
A_SAVE = 1
A_SAVEFORM = 2
A_SAVEFORMAS = 3
A_SAVERECORD = 4
A_SELECTALLRECORDS = 8
A_SELECTALLRECORDS_V2 = 9
A_SELECTION = 1
A_SELECTRECORD = 7
A_SELECTRECORD_V2 = 8
A_START = 2
A_TABLE = 0
A_TOOLBAR_NO = 2
A_TOOLBAR_WHERE_APPROP = 1
A_TOOLBAR_YES = 0
A_UNDO = 0
A_UNDOFIELD = 1
A_UP = 0
CTRL_MASK = 2
DATA_ERRADDED = 2
DATA_ERRCONTINUE = 0
DATA_ERRDISPLAY = 1
DB_APPENDONLY = 8
DB_ATTACHEDODBC = 536870912
DB_ATTACHEDTABLE = 1073741824
DB_ATTACHEXCLUSIVE = 65536
DB_ATTACHSAVEPWD = 131072
DB_AUTOINCRFIELD = 16
DB_BINARY = 9
DB_BOOLEAN = 1
DB_BYTE = 2
DB_CONSISTENT = 32
DB_CURRENCY = 5
DB_DATE = 8
DB_DECRYPT = 4
DB_DENYREAD = 2
DB_DENYWRITE = 1
DB_DESCENDING = 1
DB_DOUBLE = 7
DB_ENCRYPT = 2
DB_FAILONERROR = 128
DB_FIXEDFIELD = 1
DB_FORWARDONLY = 256
DB_FREELOCKS = 1
DB_HIDDENOBJECT = 1
DB_IGNORENULL = 8
DB_INCONSISTENT = 16
DB_INTEGER = 3
DB_LANG_ARABIC = ;LANGID=0x0401;CP=1256;COUNTRY=0
DB_LANG_CYRILLIC = ;LANGID=0x0419;CP=1251;COUNTRY=0
DB_LANG_CZECH = ;LANGID=0x0405;CP=1250;COUNTRY=0
DB_LANG_DUTCH = ;LANGID=0x0413;CP=1252;COUNTRY=0
DB_LANG_GENERAL = ;LANGID=0x0409;CP=1252;COUNTRY=0
DB_LANG_GREEK = ;LANGID=0x0408;CP=1253;COUNTRY=0
DB_LANG_HEBREW = ;LANGID=0x040D;CP=1255;COUNTRY=0
DB_LANG_HUNGARIAN = ;LANGID=0x040E;CP=1250;COUNTRY=0
DB_LANG_ICELANDIC = ;LANGID=0x040F;CP=1252;COUNTRY=0
DB_LANG_NORDIC = ;LANGID=0x041D;CP=1252;COUNTRY=0
DB_LANG_NORWDAN = ;LANGID=0x0414;CP=1252;COUNTRY=0
DB_LANG_POLISH = ;LANGID=0x0415;CP=1250;COUNTRY=0
DB_LANG_SPANISH = ;LANGID=0x040A;CP=1252;COUNTRY=0
DB_LANG_SWEDFIN = ;LANGID=0x040B;CP=1252;COUNTRY=0
DB_LANG_TURKISH = ;LANGID=0x041F;CP=1254;COUNTRY=0
DB_LONG = 4
DB_LONGBINARY = 11
DB_MEMO = 12
DB_NONULLS = 3
DB_OLE = 11
DB_OPEN_DYNASET = 2
DB_OPEN_SNAPSHOT = 4
DB_OPEN_TABLE = 1
DB_OPTIONINIPATH = 1
DB_PRIMARY = 2
DB_PROHIBITNULL = 4
DB_QACTION = 240
DB_QAPPEND = 64
DB_QCROSSTAB = 16
DB_QDDL = 96
DB_QDELETE = 32
DB_QMAKETABLE = 80
DB_QSELECT = 0
DB_QSETOPERATION = 128
DB_QSPTBULK = 144
DB_QSQLPASSTHROUGH = 112
DB_QUERYDEF = 5
DB_QUPDATE = 48
DB_READONLY = 4
DB_RELATIONDELETECASCADE = 4096
DB_RELATIONDONTENFORCE = 2
DB_RELATIONINHERITED = 4
DB_RELATIONLEFT = 16777216
DB_RELATIONRIGHT = 33554432
DB_RELATIONUNIQUE = 1
DB_RELATIONUPDATECASCADE = 256
DB_SEC_CREATE = 1
DB_SEC_DBCREATE = 1
DB_SEC_DBEXCLUSIVE = 4
DB_SEC_DBOPEN = 2
DB_SEC_DELETE = 65536
DB_SEC_DELETEDATA = 128
DB_SEC_FRMRPT_EXECUTE = 256
DB_SEC_FRMRPT_READDEF = 4
DB_SEC_FRMRPT_WRITEDEF = 65548
DB_SEC_FULLACCESS = 1048575
DB_SEC_INSERTDATA = 32
DB_SEC_MAC_EXECUTE = 8
DB_SEC_MAC_READDEF = 10
DB_SEC_MAC_WRITEDEF = 65542
DB_SEC_MOD_READDEF = 2
DB_SEC_MOD_WRITEDEF = 65542
DB_SEC_NOACCESS = 0
DB_SEC_READDEF = 4
DB_SEC_READSEC = 131072
DB_SEC_REPLACEDATA = 64
DB_SEC_RETRIEVEDATA = 20
DB_SEC_WRITEDEF = 65548
DB_SEC_WRITEOWNER = 524288
DB_SEC_WRITESEC = 262144
DB_SINGLE = 6
DB_SORTARABIC = 267
DB_SORTCYRILLIC = 263
DB_SORTCZECH = 264
DB_SORTDUTCH = 259
DB_SORTGENERAL = 256
DB_SORTGREEK = 269
DB_SORTHEBREW = 268
DB_SORTHUNGARIAN = 265
DB_SORTICELANDIC = 262
DB_SORTNORWDAN = 261
DB_SORTPDXINTL = 4096
DB_SORTPDXNOR = 4098
DB_SORTPDXSWE = 4097
DB_SORTPOLISH = 266
DB_SORTSPANISH = 258
DB_SORTSWEDFIN = 260
DB_SORTTURKISH = 270
DB_SORTUNDEFINED = -1
DB_SQLPASSTHROUGH = 64
DB_SYSTEMOBJECT = -2147483646
DB_TABLE = 1
DB_TEXT = 10
DB_UNIQUE = 1
DB_UPDATABLEFIELD = 32
DB_VARIABLEFIELD = 2
DB_VERSION10 = 1
DB_VERSION11 = 8
DB_VERSION20 = 16
DELETE_CANCEL = 1
DELETE_OK = 0
DELETE_USER_CANCEL = 2
LB_CLOSE = 8
LB_END = 9
LB_GETCOLUMNCOUNT = 4
LB_GETCOLUMNWIDTH = 5
LB_GETFORMAT = 7
LB_GETROWCOUNT = 3
LB_GETVALUE = 6
LB_INITIALIZE = 0
LB_OPEN = 1
LEFT_BUTTON = 1
MIDDLE_BUTTON = 4
OBJSTATE_DIRTY = 2
OBJSTATE_NEW = 4
OBJSTATE_OPEN = 1
OLE_CHANGED = 0
OLE_CLOSED = 2
OLE_RELEASE = 5
OLE_RENAMED = 3
OLE_SAVED = 1
RIGHT_BUTTON = 2
SHIFT_MASK = 1
SYSCMD_ACCESSDIR = 9
SYSCMD_ACCESSVER = 7
SYSCMD_CLEARHELPTOPIC = 11
SYSCMD_CLEARSTATUS = 5
SYSCMD_GETOBJECTSTATE = 10
SYSCMD_INIFILE = 8
SYSCMD_INITMETER = 1
SYSCMD_REMOVEMETER = 3
SYSCMD_RUNTIME = 6
SYSCMD_SETSTATUS = 4
SYSCMD_UPDATEMETER = 2
V_CURRENCY = 6
V_DATE = 7
V_DOUBLE = 5
V_EMPTY = 0
V_INTEGER = 2
V_LONG = 3
V_NULL = 1
V_SINGLE = 4
V_STRING = 8
acADP = 1
acActiveDataObject = -1
acAdd = 0
acAddress = 2
acAll = 0
acAltMask = 4
acAnywhere = 0
acApplyFilter = 1
acApplyServerFilter = 3
acBetween = 0
acBoundObjectFrame = 108
acCheckBox = 106
acClassModule = 1
acCloseFilterWindow = 2
acCloseServerFilterWindow = 4
acCmdAboutMicrosoftAccess = 35
acCmdAddWatch = 201
acCmdAdvancedFilterSort = 99
acCmdAlignBottom = 46
acCmdAlignLeft = 43
acCmdAlignRight = 44
acCmdAlignToGrid = 47
acCmdAlignToShortest = 153
acCmdAlignToTallest = 154
acCmdAlignTop = 45
acCmdAnalyzePerformance = 283
acCmdAnalyzeTable = 284
acCmdAnswerWizard = 235
acCmdAppMaximize = 10
acCmdAppMinimize = 11
acCmdAppMove = 12
acCmdAppRestore = 9
acCmdAppSize = 13
acCmdApplyDefault = 55
acCmdApplyFilterSort = 93
acCmdArrangeIconsAuto = 218
acCmdArrangeIconsByCreated = 216
acCmdArrangeIconsByModified = 217
acCmdArrangeIconsByName = 214
acCmdArrangeIconsByType = 215
acCmdAutoCorrect = 261
acCmdAutoDial = 192
acCmdAutoFormat = 270
acCmdBookmarksClearAll = 310
acCmdBookmarksNext = 308
acCmdBookmarksPrevious = 309
acCmdBookmarksToggle = 307
acCmdBringToFront = 52
acCmdCallStack = 172
acCmdChangeToCheckBox = 231
acCmdChangeToComboBox = 230
acCmdChangeToImage = 234
acCmdChangeToLabel = 228
acCmdChangeToListBox = 229
acCmdChangeToOptionButton = 233
acCmdChangeToTextBox = 227
acCmdChangeToToggleButton = 232
acCmdClearAll = 146
acCmdClearAllBreakpoints = 132
acCmdClearGrid = 71
acCmdClearHyperlink = 343
acCmdClearItemDefaults = 237
acCmdClose = 58
acCmdCloseWindow = 186
acCmdColumnWidth = 117
acCmdCompactDatabase = 4
acCmdCompileAllModules = 125
acCmdCompileAndSaveAllModules = 126
acCmdCompileLoadedModules = 290
acCmdCompleteWord = 306
acCmdConnection = 383
acCmdControlWizardsToggle = 197
acCmdConvertDatabase = 171
acCmdConvertMacrosToVisualBasic = 279
acCmdCopy = 190
acCmdCopyHyperlink = 328
acCmdCreateMenuFromMacro = 334
acCmdCreateRelationship = 150
acCmdCreateReplica = 263
acCmdCreateShortcut = 219
acCmdCreateShortcutMenuFromMacro = 336
acCmdCreateToolbarFromMacro = 335
acCmdCut = 189
acCmdDataAccessPageBrowse = 344
acCmdDataAccessPageDesignView = 385
acCmdDataEntry = 78
acCmdDatabaseProperties = 256
acCmdDatasheetView = 282
acCmdDateAndTime = 226
acCmdDebugWindow = 123
acCmdDelete = 337
acCmdDeletePage = 332
acCmdDeleteQueryColumn = 81
acCmdDeleteRecord = 223
acCmdDeleteRows = 188
acCmdDeleteTab = 255
acCmdDeleteTableColumn = 271
acCmdDeleteWatch = 267
acCmdDemote = 388
acCmdDesignView = 183
acCmdDiagramAddRelatedTables = 373
acCmdDiagramAutosizeSelectedTables = 378
acCmdDiagramDeleteRelationship = 382
acCmdDiagramLayoutDiagram = 380
acCmdDiagramLayoutSelection = 379
acCmdDiagramModifyUserDefinedView = 375
acCmdDiagramNewLabel = 372
acCmdDiagramNewTable = 381
acCmdDiagramRecalculatePageBreaks = 377
acCmdDiagramShowRelationshipLabels = 374
acCmdDiagramViewPageBreaks = 376
acCmdDocMaximize = 15
acCmdDocMinimize = 60
acCmdDocMove = 16
acCmdDocRestore = 14
acCmdDocSize = 17
acCmdDocumenter = 285
acCmdDuplicate = 34
acCmdEditHyperlink = 325
acCmdEditRelationship = 151
acCmdEditTriggers = 384
acCmdEditWatch = 202
acCmdEditingAllowed = 70
acCmdEncryptDecryptDatabase = 5
acCmdEnd = 198
acCmdExit = 3
acCmdFavoritesAddTo = 299
acCmdFavoritesOpen = 298
acCmdFieldList = 42
acCmdFilterByForm = 207
acCmdFilterBySelection = 208
acCmdFilterExcludingSelection = 277
acCmdFind = 30
acCmdFindNext = 341
acCmdFindNextWordUnderCursor = 313
acCmdFindPrevWordUnderCursor = 312
acCmdFindPrevious = 120
acCmdFitToWindow = 245
acCmdFont = 19
acCmdFormHdrFtr = 36
acCmdFormView = 281
acCmdFormatCells = 77
acCmdFreezeColumn = 105
acCmdGoBack = 294
acCmdGoContinue = 127
acCmdGoForward = 295
acCmdGroupByTable = 387
acCmdHideColumns = 79
acCmdHidePane = 365
acCmdHideTable = 147
acCmdHorizontalSpacingDecrease = 158
acCmdHorizontalSpacingIncrease = 159
acCmdHorizontalSpacingMakeEqual = 157
acCmdHyperlinkDisplayText = 329
acCmdImport = 257
acCmdIndent = 205
acCmdIndexes = 152
acCmdInsertActiveXControl = 258
acCmdInsertChart = 293
acCmdInsertFile = 39
acCmdInsertFileIntoModule = 118
acCmdInsertHyperlink = 259
acCmdInsertLookupColumn = 273
acCmdInsertLookupField = 291
acCmdInsertObject = 33
acCmdInsertPage = 331
acCmdInsertPicture = 222
acCmdInsertProcedure = 262
acCmdInsertQueryColumn = 82
acCmdInsertRows = 187
acCmdInsertTableColumn = 272
acCmdInvokeBuilder = 178
acCmdJoinProperties = 72
acCmdLastPosition = 339
acCmdLayoutPreview = 141
acCmdLineUpIcons = 213
acCmdLinkTables = 102
acCmdListConstants = 303
acCmdLoadFromQuery = 95
acCmdMacroConditions = 87
acCmdMacroNames = 86
acCmdMakeMDEFile = 7
acCmdMicrosoftAccessHelpTopics = 100
acCmdMicrosoftOnTheWeb = 236
acCmdMicrosoftScriptEditor = 390
acCmdMoreWindows = 8
acCmdNewDatabase = 26
acCmdNewObjectAutoForm = 193
acCmdNewObjectAutoReport = 194
acCmdNewObjectClassModule = 140
acCmdNewObjectDataAccessPage = 346
acCmdNewObjectDiagram = 352
acCmdNewObjectForm = 136
acCmdNewObjectMacro = 138
acCmdNewObjectModule = 139
acCmdNewObjectQuery = 135
acCmdNewObjectReport = 137
acCmdNewObjectStoredProcedure = 351
acCmdNewObjectTable = 134
acCmdNewObjectView = 350
acCmdOLEDDELinks = 27
acCmdOLEObjectConvert = 167
acCmdOLEObjectDefaultVerb = 57
acCmdObjBrwFindWholeWordOnly = 314
acCmdObjBrwGroupMembers = 318
acCmdObjBrwHelp = 316
acCmdObjBrwShowHiddenMembers = 315
acCmdObjBrwViewDefinition = 317
acCmdObjectBrowser = 200
acCmdOpenDatabase = 25
acCmdOpenHyperlink = 326
acCmdOpenNewHyperlink = 327
acCmdOpenSearchPage = 253
acCmdOpenStartPage = 252
acCmdOpenTable = 221
acCmdOpenURL = 251
acCmdOptions = 49
acCmdOutdent = 206
acCmdOutputToExcel = 175
acCmdOutputToRTF = 176
acCmdOutputToText = 177
acCmdPageHdrFtr = 182
acCmdPageNumber = 225
acCmdPageSetup = 32
acCmdParameterInfo = 305
acCmdPaste = 191
acCmdPasteAppend = 38
acCmdPasteSpecial = 64
acCmdPreviewEightPages = 249
acCmdPreviewFourPages = 248
acCmdPreviewOnePage = 246
acCmdPreviewTwelvePages = 250
acCmdPreviewTwoPages = 247
acCmdPrimaryKey = 107
acCmdPrint = 340
acCmdPrintPreview = 54
acCmdProcedureDefinition = 122
acCmdPromote = 386
acCmdProperties = 287
acCmdPublish = 320
acCmdPublishDefaults = 324
acCmdQueryAddToOutput = 362
acCmdQueryGroupBy = 361
acCmdQueryParameters = 76
acCmdQueryTotals = 73
acCmdQueryTypeAppend = 91
acCmdQueryTypeCrosstab = 74
acCmdQueryTypeDelete = 92
acCmdQueryTypeMakeTable = 94
acCmdQueryTypeSQLDataDefinition = 168
acCmdQueryTypeSQLPassThrough = 169
acCmdQueryTypeSQLUnion = 180
acCmdQueryTypeSelect = 89
acCmdQueryTypeUpdate = 90
acCmdQuickInfo = 304
acCmdQuickPrint = 278
acCmdQuickWatch = 203
acCmdRecordsGoToFirst = 67
acCmdRecordsGoToLast = 68
acCmdRecordsGoToNew = 28
acCmdRecordsGoToNext = 65
acCmdRecordsGoToPrevious = 66
acCmdRecoverDesignMaster = 265
acCmdRedo = 199
acCmdReferences = 260
acCmdRefresh = 18
acCmdRefreshPage = 297
acCmdRegisterActiveXControls = 254
acCmdRelationships = 133
acCmdRemove = 366
acCmdRemoveFilterSort = 144
acCmdRemoveTable = 84
acCmdRename = 143
acCmdRenameColumn = 274
acCmdRepairDatabase = 6
acCmdReplace = 29
acCmdReportHdrFtr = 37
acCmdReset = 124
acCmdResolveConflicts = 266
acCmdRowHeight = 116
acCmdRun = 181
acCmdRunMacro = 31
acCmdRunOpenMacro = 338
acCmdSQLView = 184
acCmdSave = 20
acCmdSaveAllModules = 280
acCmdSaveAs = 21
acCmdSaveAsASP = 323
acCmdSaveAsDataAccessPage = 389
acCmdSaveAsHTML = 321
acCmdSaveAsIDC = 322
acCmdSaveAsQuery = 96
acCmdSaveAsReport = 142
acCmdSaveLayout = 145
acCmdSaveModuleAsText = 119
acCmdSaveRecord = 97
acCmdSelectAll = 333
acCmdSelectAllRecords = 109
acCmdSelectDataAccessPage = 347
acCmdSelectForm = 40
acCmdSelectRecord = 50
acCmdSelectReport = 319
acCmdSend = 173
acCmdSendToBack = 53
acCmdSetControlDefaults = 56
acCmdSetDatabasePassword = 275
acCmdSetNextStatement = 129
acCmdShowAllRelationships = 149
acCmdShowDirectRelationships = 148
acCmdShowMembers = 302
acCmdShowNextStatement = 130
acCmdShowOnlyWebToolbar = 300
acCmdShowTable = 185
acCmdSingleStep = 88
acCmdSizeToFit = 59
acCmdSizeToFitForm = 69
acCmdSizeToGrid = 48
acCmdSizeToNarrowest = 155
acCmdSizeToWidest = 156
acCmdSnapToGrid = 62
acCmdSortAscending = 163
acCmdSortDescending = 164
acCmdSortingAndGrouping = 51
acCmdSpelling = 269
acCmdStartupProperties = 224
acCmdStepInto = 342
acCmdStepOut = 311
acCmdStepOver = 128
acCmdStepToCursor = 204
acCmdStopLoadingPage = 296
acCmdSubformDatasheet = 108
acCmdSynchronizeNow = 264
acCmdTabControlPageOrder = 330
acCmdTabOrder = 41
acCmdTableNames = 75
acCmdTestValidationRules = 196
acCmdTileHorizontally = 286
acCmdTileVertically = 23
acCmdToggleBreakpoint = 131
acCmdToggleFilter = 220
acCmdToolbarControlProperties = 301
acCmdToolbarsCustomize = 165
acCmdTransparentBackground = 288
acCmdTransparentBorder = 289
acCmdUndo = 292
acCmdUnfreezeAllColumns = 106
acCmdUnhideColumns = 80
acCmdUserAndGroupAccounts = 104
acCmdUserAndGroupPermissions = 103
acCmdUserLevelSecurityWizard = 276
acCmdVerticalSpacingDecrease = 161
acCmdVerticalSpacingIncrease = 162
acCmdVerticalSpacingMakeEqual = 160
acCmdViewCode = 170
acCmdViewDataAccessPages = 349
acCmdViewDetails = 210
acCmdViewDiagrams = 354
acCmdViewFieldList = 353
acCmdViewForms = 112
acCmdViewGrid = 63
acCmdViewLargeIcons = 209
acCmdViewList = 212
acCmdViewMacros = 114
acCmdViewModules = 115
acCmdViewQueries = 111
acCmdViewReports = 113
acCmdViewRuler = 61
acCmdViewShowPaneDiagram = 358
acCmdViewShowPaneGrid = 359
acCmdViewShowPaneSQL = 357
acCmdViewSmallIcons = 211
acCmdViewStoredProcedures = 355
acCmdViewTableColumnNames = 363
acCmdViewTableColumnProperties = 368
acCmdViewTableKeys = 369
acCmdViewTableNameOnly = 364
acCmdViewTableUserView = 370
acCmdViewTables = 110
acCmdViewToolbox = 85
acCmdViewVerifySQL = 360
acCmdViewViews = 356
acCmdWindowArrangeIcons = 24
acCmdWindowCascade = 22
acCmdWindowHide = 2
acCmdWindowSplit = 121
acCmdWindowUnhide = 1
acCmdWordMailMerge = 195
acCmdZoom10 = 244
acCmdZoom100 = 240
acCmdZoom150 = 239
acCmdZoom200 = 238
acCmdZoom25 = 243
acCmdZoom50 = 242
acCmdZoom75 = 241
acCmdZoomBox = 179
acCmdZoomSelection = 371
acColorIndexAqua = 14
acColorIndexBlack = 0
acColorIndexBlue = 12
acColorIndexBrightGreen = 10
acColorIndexDarkBlue = 4
acColorIndexFuschia = 13
acColorIndexGray = 7
acColorIndexGreen = 2
acColorIndexMaroon = 1
acColorIndexOlive = 3
acColorIndexRed = 9
acColorIndexSilver = 8
acColorIndexTeal = 6
acColorIndexViolet = 5
acColorIndexWhite = 15
acColorIndexYellow = 11
acComboBox = 111
acCommandButton = 104
acCopy = 2
acCtrlMask = 2
acCurrent = -1
acCustomControl = 119
acCut = 1
acDataAccessPage = 6
acDataAccessPageBrowse = 0
acDataAccessPageDesign = 1
acDataErrAdded = 2
acDataErrContinue = 0
acDataErrDisplay = 1
acDataForm = 2
acDataQuery = 1
acDataServerView = 7
acDataStoredProcedure = 9
acDataTable = 0
acDefault = -1
acDelete = 6
acDeleteCancel = 1
acDeleteOK = 0
acDeleteUserCancel = 2
acDesign = 1
acDetail = 0
acDiagram = 8
acDialog = 3
acDisplayText = 1
acDisplayedValue = 0
acDown = 1
acDraft = 3
acEdit = 1
acEditMenu = 1
acEffectChisel = 5
acEffectEtched = 3
acEffectNormal = 0
acEffectRaised = 1
acEffectShadow = 4
acEffectSunken = 2
acEntire = 1
acEqual = 2
acExit = 2
acExport = 1
acExportDelim = 2
acExportFixed = 3
acExportHTML = 8
acExportMerge = 4
acExpression = 1
acFieldHasFocus = 2
acFieldValue = 0
acFile = 0
acFilterAdvanced = 1
acFilterByForm = 0
acFilterNormal = 0
acFirst = 2
acFooter = 2
acForm = 2
acFormAdd = 0
acFormBar = 0
acFormDS = 3
acFormEdit = 1
acFormPropertySettings = -1
acFormReadOnly = 2
acFormatASP = Microsoft Active Server Pages (*.asp)
acFormatDAP = Microsoft Access Data Access Page (*.html)
acFormatHTML = HTML (*.html)
acFormatIIS = Microsoft IIS (*.htx; *.idc)
acFormatRTF = Rich Text Format (*.rtf)
acFormatSNP = Snapshot Format (*.snp)
acFormatTXT = MS-DOS Text (*.txt)
acFormatXLS = Microsoft Excel (*.xls)
acFullAddress = 5
acGoTo = 4
acGreaterThan = 4
acGreaterThanOrEqual = 6
acGridlinesBoth = 3
acGridlinesBothV2 = -1
acGridlinesHoriz = 1
acGridlinesNone = 0
acGridlinesVert = 2
acGroupLevel1Footer = 6
acGroupLevel1Header = 5
acGroupLevel2Footer = 8
acGroupLevel2Header = 7
acHeader = 1
acHidden = 1
acHigh = 0
acIcon = 2
acImage = 103
acImeModeAlpha = 8
acImeModeAlphaFull = 7
acImeModeDisable = 3
acImeModeHangul = 10
acImeModeHangulFull = 9
acImeModeHiragana = 4
acImeModeKatakana = 5
acImeModeKatakanaHalf = 6
acImeModeNoControl = 0
acImeModeOff = 2
acImeModeOn = 1
acImeSentenceModeConversation = 2
acImeSentenceModeNone = 3
acImeSentenceModePhrasePredict = 0
acImeSentenceModePluralClause = 1
acImport = 0
acImportDelim = 0
acImportFixed = 1
acImportHTML = 7
acLBClose = 8
acLBEnd = 9
acLBGetColumnCount = 4
acLBGetColumnWidth = 5
acLBGetFormat = 7
acLBGetRowCount = 3
acLBGetValue = 6
acLBInitialize = 0
acLBOpen = 1
acLabel = 100
acLast = 3
acLeftButton = 1
acLessThan = 5
acLessThanOrEqual = 7
acLine = 102
acLink = 2
acLinkDelim = 5
acLinkFixed = 6
acLinkHTML = 9
acListBox = 110
acLow = 2
acMDB = 2
acMacro = 4
acMedium = 1
acMenuCheck = 3
acMenuGray = 1
acMenuUncheck = 2
acMenuUngray = 0
acMenuVer1X = 11
acMenuVer20 = 20
acMenuVer70 = 70
acMiddleButton = 4
acModule = 5
acNew = 0
acNewRec = 5
acNext = 1
acNormal = 0
acNotBetween = 1
acNotEqual = 3
acNull = 0
acOLEActivate = 7
acOLEActivateDoubleClick = 2
acOLEActivateGetFocus = 1
acOLEActivateManual = 0
acOLEChanged = 0
acOLEClose = 9
acOLEClosed = 2
acOLECopy = 4
acOLECreateEmbed = 0
acOLECreateFromFile = 1
acOLECreateLink = 1
acOLECreateNew = 0
acOLEDelete = 10
acOLEDisplayContent = 0
acOLEDisplayIcon = 1
acOLEEither = 2
acOLEEmbedded = 1
acOLEFetchVerbs = 17
acOLEInsertObjDlg = 14
acOLELinked = 0
acOLENone = 3
acOLEPaste = 5
acOLEPasteSpecialDlg = 15
acOLERenamed = 3
acOLESaved = 1
acOLESizeAutoSize = 2
acOLESizeClip = 0
acOLESizeStretch = 1
acOLESizeZoom = 3
acOLEUpdate = 6
acOLEUpdateAutomatic = 0
acOLEUpdateFrozen = 1
acOLEUpdateManual = 2
acOLEVerbHide = -3
acOLEVerbInPlaceActivate = -5
acOLEVerbInPlaceUIActivate = -4
acOLEVerbOpen = -2
acOLEVerbPrimary = 0
acOLEVerbShow = -1
acObjStateDirty = 2
acObjStateNew = 4
acObjStateOpen = 1
acObject = 14
acObjectFrame = 114
acObjectUpdate = 3
acObjectVerb = 0
acOptionButton = 105
acOptionGroup = 107
acOutputDataAccessPage = 6
acOutputForm = 2
acOutputModule = 5
acOutputQuery = 1
acOutputReport = 3
acOutputServerView = 7
acOutputStoredProcedure = 9
acOutputTable = 0
acPage = 124
acPageBreak = 118
acPageFooter = 4
acPageHeader = 3
acPages = 2
acPaste = 3
acPreview = 2
acPrevious = 0
acPrintAll = 0
acPrompt = 0
acQuery = 1
acQuitPrompt = 0
acQuitSaveAll = 1
acQuitSaveNone = 2
acReadOnly = 2
acRecordsMenu = 5
acRectangle = 101
acRefresh = 5
acReport = 3
acRightButton = 2
acSave = 1
acSaveForm = 4
acSaveFormAs = 5
acSaveNo = 2
acSavePrompt = 0
acSaveRecord = 4
acSaveYes = 1
acScreenTip = 4
acSearchAll = 2
acSecFrmRptExecute = 256
acSecFrmRptReadDef = 4
acSecFrmRptWriteDef = 65548
acSecMacExecute = 8
acSecMacReadDef = 10
acSecMacWriteDef = 65542
acSecModReadDef = 2
acSecModWriteDef = 65542
acSelectAllRecords = 9
acSelectRecord = 8
acSelection = 1
acSendDataAccessPage = 6
acSendForm = 2
acSendModule = 5
acSendNoObject = -1
acSendQuery = 1
acSendReport = 3
acSendTable = 0
acServerFilter = 1
acServerFilterByForm = 2
acServerView = 7
acShiftMask = 1
acShowAllRecords = 0
acSpreadsheetTypeExcel3 = 0
acSpreadsheetTypeExcel4 = 6
acSpreadsheetTypeExcel5 = 5
acSpreadsheetTypeExcel7 = 5
acSpreadsheetTypeExcel8 = 8
acSpreadsheetTypeExcel9 = 8
acSpreadsheetTypeLotusWJ2 = 4
acSpreadsheetTypeLotusWK1 = 2
acSpreadsheetTypeLotusWK3 = 3
acSpreadsheetTypeLotusWK4 = 7
acStandardModule = 0
acStart = 2
acStoredProcedure = 9
acSubAddress = 3
acSubform = 112
acSysCmdAccessDir = 9
acSysCmdAccessVer = 7
acSysCmdClearHelpTopic = 11
acSysCmdClearStatus = 5
acSysCmdGetObjectState = 10
acSysCmdGetWorkgroupFile = 13
acSysCmdIniFile = 8
acSysCmdInitMeter = 1
acSysCmdProfile = 12
acSysCmdRemoveMeter = 3
acSysCmdRuntime = 6
acSysCmdSetStatus = 4
acSysCmdUpdateMeter = 2
acTabCtl = 123
acTable = 0
acTextBox = 109
acToggleButton = 122
acToolbarNo = 2
acToolbarWhereApprop = 1
acToolbarYes = 0
acUndo = 0
acUp = 0
acViewDesign = 1
acViewNormal = 0
acViewPreview = 2
acWindowNormal = 0
vbKey0 = 48
vbKey1 = 49
vbKey2 = 50
vbKey3 = 51
vbKey4 = 52
vbKey5 = 53
vbKey6 = 54
vbKey7 = 55
vbKey8 = 56
vbKey9 = 57
vbKeyA = 65
vbKeyAdd = 107
vbKeyB = 66
vbKeyBack = 8
vbKeyC = 67
vbKeyCancel = 3
vbKeyCapital = 20
vbKeyClear = 12
vbKeyControl = 17
vbKeyD = 68
vbKeyDecimal = 110
vbKeyDelete = 46
vbKeyDivide = 111
vbKeyDown = 40
vbKeyE = 69
vbKeyEnd = 35
vbKeyEscape = 27
vbKeyExecute = 43
vbKeyF = 70
vbKeyF1 = 112
vbKeyF10 = 121
vbKeyF11 = 122
vbKeyF12 = 123
vbKeyF13 = 124
vbKeyF14 = 125
vbKeyF15 = 126
vbKeyF16 = 127
vbKeyF2 = 113
vbKeyF3 = 114
vbKeyF4 = 115
vbKeyF5 = 116
vbKeyF6 = 117
vbKeyF7 = 118
vbKeyF8 = 119
vbKeyF9 = 120
vbKeyG = 71
vbKeyH = 72
vbKeyHelp = 47
vbKeyHome = 36
vbKeyI = 73
vbKeyInsert = 45
vbKeyJ = 74
vbKeyK = 75
vbKeyL = 76
vbKeyLButton = 1
vbKeyLeft = 37
vbKeyM = 77
vbKeyMButton = 4
vbKeyMenu = 18
vbKeyMultiply = 106
vbKeyN = 78
vbKeyNumlock = 144
vbKeyNumpad0 = 96
vbKeyNumpad1 = 97
vbKeyNumpad2 = 98
vbKeyNumpad3 = 99
vbKeyNumpad4 = 100
vbKeyNumpad5 = 101
vbKeyNumpad6 = 102
vbKeyNumpad7 = 103
vbKeyNumpad8 = 104
vbKeyNumpad9 = 105
vbKeyO = 79
vbKeyP = 80
vbKeyPageDown = 34
vbKeyPageUp = 33
vbKeyPause = 19
vbKeyPrint = 42
vbKeyQ = 81
vbKeyR = 82
vbKeyRButton = 2
vbKeyReturn = 13
vbKeyRight = 39
vbKeyS = 83
vbKeySelect = 41
vbKeySeparator = 108
vbKeyShift = 16
vbKeySnapshot = 44
vbKeySpace = 32
vbKeySubtract = 109
vbKeyT = 84
vbKeyTab = 9
vbKeyU = 85
vbKeyUp = 38
vbKeyV = 86
vbKeyW = 87
vbKeyX = 88
vbKeyY = 89
vbKeyZ = 90
|