Excel對話框大全 | ||
序號 | 名稱 | 描述 |
1 | Application.Dialogs(1).Show | 是調用打開對話框 |
2 | Application.Dialogs(5或145).Show | 是調用另存為對話框, |
3 | Application.Dialogs(6).Show | 是刪除文檔 |
4 | Application.Dialogs(7).Show | 是頁面設置 |
5 | Application.Dialogs(8).Show | 是打印對話框 |
6 | Application.Dialogs(9).Show | 是選擇打印機對話框 |
7 | Application.Dialogs(12).Show | 是重排窗口設置對話框 |
8 | Application.Dialogs(17).Show | 宏對話框 |
9 | Application.Dialogs(23).Show | 設置打印標題 |
10 | Application.Dialogs(26).Show | 字體設置對話框 |
11 | Application.Dialogs(27).Show | 顯示選項 |
12 | Application.Dialogs(28).Show | 保護工作表 |
13 | Application.Dialogs(32).Show | 重算選項 |
14 | Application.Dialogs(39或192).Show | 排序 |
15 | Application.Dialogs(40).Show | 序列選項 |
16 | Application.Dialogs(41).Show | 模擬運算表 |
17 | Application.Dialogs(42或111).Show | 單元格格式,選擇單元格內容的格式 |
18 | Application.Dialogs(43).Show | 選擇單元格字體的排列格式,橫排或豎排等 |
19 | Application.Dialogs(44或134或190).Show | 字體選擇 |
20 | Application.Dialogs(45).Show | 邊框格式設置 |
21 | Application.Dialogs(46).Show | 對單元格的保護或隱藏選項 |
22 | Application.Dialogs(47).Show | 列寬設置選項 |
23 | Application.Dialogs(52).Show | 清除對話框 |
24 | Application.Dialogs(53).Show | 選擇性粘貼對話框 |
25 | Application.Dialogs(54).Show | 刪除對話框 |
26 | Application.Dialogs(55).Show | 插入對話框 |
27 | Application.Dialogs(61或110).Show | 定義名稱對話框 |
28 | Application.Dialogs(62).Show | 指定名稱 |
29 | Application.Dialogs(63或132).Show | 定位 |
30 | Application.Dialogs(64).Show | 查找 |
31 | Application.Dialogs(84).Show | 設置單元格顏色和圖案 |
32 | Application.Dialogs(91).Show | 分列 |
33 | Application.Dialogs(94).Show | 取消或隱藏工作表選擇對話框 |
34 | Application.Dialogs(95).Show | 工作區視圖等選項 |
35 | Application.Dialogs(103).Show | 選擇要激活哪個工作表對話框 |
36 | Application.Dialogs(108).Show | 復制圖片選項 |
37 | Application.Dialogs(119).Show | 新建對話框 |
38 | Application.Dialogs(127).Show | 設置行高 |
39 | Application.Dialogs(130).Show | 替換對話框 |
40 | Application.Dialogs(137).Show | 拆分當前窗口 |
41 | Application.Dialogs(161).Show | 設置圖表顏色 |
42 | Application.Dialogs(170或171).Show | 移動當前窗口 |
43 | Application.Dialogs(191).Show | 合並計算對話框 |
44 | Application.Dialogs(198).Show | 單變量求解 |
45 | Application.Dialogs(199).Show | 選定成組工作表 |
46 | Application.Dialogs(200).Show | 填充成組工作表 |
可選參數列表 | |||
序號 | 名稱 | 值 | 描述 |
1 | xlDialogOpen | 1 | “打開”對話框 |
2 | xlDialogOpenLinks | 2 | “打開鏈接”對話框 |
3 | xlDialogSaveAs | 5 | “另存為”對話框 |
4 | xlDialogFileDelete | 6 | “文件刪除”對話框 |
5 | xlDialogPageSetup | 7 | “頁面設置”對話框 |
6 | xlDialogPrint | 8 | “打印”對話框 |
7 | xlDialogPrinterSetup | 9 | “打印機設置”對話框 |
8 | xlDialogArrangeAll | 12 | “全部重排”對話框 |
9 | xlDialogWindowSize | 13 | “窗口大小”對話框 |
10 | xlDialogWindowMove | 14 | “窗口移動”對話框 |
11 | xlDialogRun | 17 | “運行”對話框 |
12 | xlDialogSetPrintTitles | 23 | “設置打印標題”對話框 |
13 | xlDialogFont | 26 | “字體”對話框 |
14 | xlDialogDisplay | 27 | “顯示”對話框 |
15 | xlDialogProtectDocument | 28 | “保護文檔”對話框 |
16 | xlDialogCalculation | 32 | “計算”對話框 |
17 | xlDialogExtract | 35 | “提取”對話框 |
18 | xlDialogDataDelete | 36 | “數據刪除”對話框 |
19 | xlDialogSort | 39 | “排序”對話框 |
20 | xlDialogDataSeries | 40 | “數據系列”對話框 |
21 | xlDialogTable | 41 | “表”對話框 |
22 | xlDialogFormatNumber | 42 | “設置數字格式”對話框 |
23 | xlDialogAlignment | 43 | “對齊方式”對話框 |
24 | xlDialogStyle | 44 | “樣式”對話框 |
25 | xlDialogBorder | 45 | “邊框”對話框 |
26 | xlDialogCellProtection | 46 | “單元格保護”對話框 |
27 | xlDialogColumnWidth | 47 | “列寬”對話框 |
28 | xlDialogClear | 52 | “清除”對話框 |
29 | xlDialogPasteSpecial | 53 | “選擇性粘貼”對話框 |
30 | xlDialogEditDelete | 54 | “編輯刪除”對話框 |
31 | xlDialogInsert | 55 | “插入”對話框 |
32 | xlDialogPasteNames | 58 | “粘貼名稱”對話框 |
33 | xlDialogDefineName | 61 | “定義名稱”對話框 |
34 | xlDialogCreateNames | 62 | “創建名稱”對話框 |
35 | xlDialogFormulaGoto | 63 | “轉到公式”對話框 |
36 | xlDialogFormulaFind | 64 | “查找公式”對話框 |
37 | xlDialogGalleryArea | 67 | “面積圖庫”對話框 |
38 | xlDialogGalleryBar | 68 | “條形圖庫”對話框 |
39 | xlDialogGalleryColumn | 69 | “柱形圖庫”對話框 |
40 | xlDialogGalleryLine | 70 | “折線圖庫”對話框 |
41 | xlDialogGalleryPie | 71 | “餅圖庫”對話框 |
42 | xlDialogGalleryScatter | 72 | “散點圖庫”對話框 |
43 | xlDialogCombination | 73 | “組合圖”對話框 |
44 | xlDialogGridlines | 76 | “網格線”對話框 |
45 | xlDialogAxes | 78 | “坐標軸”對話框 |
46 | xlDialogAttachText | 80 | “附加文本”對話框 |
47 | xlDialogPatterns | 84 | “圖案”對話框 |
48 | xlDialogMainChart | 85 | “主要圖”對話框 |
49 | xlDialogOverlay | 86 | “覆蓋圖”對話框 |
50 | xlDialogScale | 87 | “縮放”對話框 |
51 | xlDialogFormatLegend | 88 | “圖例格式”對話框 |
52 | xlDialogFormatText | 89 | “設置文本格式”對話框 |
53 | xlDialogParse | 91 | “分列”對話框 |
54 | xlDialogUnhide | 94 | “取消隱藏”對話框 |
55 | xlDialogWorkspace | 95 | “工作區”對話框 |
56 | xlDialogActivate | 103 | “激活”對話框 |
57 | xlDialogCopyPicture | 108 | “復制圖片”對話框 |
58 | xlDialogDeleteName | 110 | “刪除名稱”對話框 |
59 | xlDialogDeleteFormat | 111 | “刪除格式”對話框 |
60 | xlDialogNew | 119 | “新建”對話框 |
61 | xlDialogRowHeight | 127 | “行高”對話框 |
62 | xlDialogFormatMove | 128 | “設置移動格式”對話框 |
63 | xlDialogFormatSize | 129 | “設置大小”對話框 |
64 | xlDialogFormulaReplace | 130 | “替換公式”對話框 |
65 | xlDialogSelectSpecial | 132 | “特殊選定”對話框 |
66 | xlDialogApplyNames | 133 | “應用名稱”對話框 |
67 | xlDialogReplaceFont | 134 | “替換字體”對話框 |
68 | xlDialogSplit | 137 | “拆分”對話框 |
69 | xlDialogOutline | 142 | “大綱”對話框 |
70 | xlDialogSaveWorkbook | 145 | “保存工作簿”對話框 |
71 | xlDialogCopyChart | 147 | “復制圖表”對話框 |
72 | xlDialogFormatFont | 150 | “設置字體格式”對話框 |
73 | xlDialogNote | 154 | “注意”對話框 |
74 | xlDialogSetUpdateStatus | 159 | “設置更新狀態”對話框 |
75 | xlDialogColorPalette | 161 | “調色板”對話框 |
76 | xlDialogChangeLink | 166 | “更改鏈接”對話框 |
77 | xlDialogAppMove | 170 | “AppMove”對話框 |
78 | xlDialogAppSize | 171 | “AppSize”對話框 |
79 | xlDialogMainChartType | 185 | “圖表類型”對話框 |
80 | xlDialogOverlayChartType | 186 | “覆蓋圖圖表類型”對話框 |
81 | xlDialogOpenMail | 188 | “打開郵件”對話框 |
82 | xlDialogSendMail | 189 | “發送郵件”對話框 |
83 | xlDialogStandardFont | 190 | “標准字體”對話框 |
84 | xlDialogConsolidate | 191 | “合並計算”對話框 |
85 | xlDialogSortSpecial | 192 | “選擇性排序”對話框 |
86 | xlDialogGallery3dArea | 193 | “三維面積圖庫”對話框 |
87 | xlDialogGallery3dColumn | 194 | “三維柱形圖庫”對話框 |
88 | xlDialogGallery3dLine | 195 | “三維折線圖庫”對話框 |
89 | xlDialogGallery3dPie | 196 | “三維餅圖庫”對話框 |
90 | xlDialogView3d | 197 | “三維視圖”對話框 |
91 | xlDialogGoalSeek | 198 | “單變量求解”對話框 |
92 | xlDialogWorkgroup | 199 | “工作組”對話框 |
93 | xlDialogFillGroup | 200 | “填充組”對話框 |
94 | xlDialogUpdateLink | 201 | “更新鏈接”對話框 |
95 | xlDialogPromote | 202 | “升級”對話框 |
96 | xlDialogDemote | 203 | “降級”對話框 |
97 | xlDialogShowDetail | 204 | “顯示明細數據”對話框 |
98 | xlDialogObjectProperties | 207 | “對象屬性”對話框 |
99 | xlDialogSaveNewObject | 208 | “保存新對象”對話框 |
100 | xlDialogApplyStyle | 212 | “應用樣式”對話框 |
101 | xlDialogAssignToObject | 213 | “給對象指定宏”對話框 |
102 | xlDialogObjectProtection | 214 | “對象保護”對話框 |
103 | xlDialogCreatePublisher | 217 | “創建發布者”對話框 |
104 | xlDialogSubscribeTo | 218 | “訂閱”對話框 |
105 | xlDialogShow** | 220 | “顯示工具欄”對話框 |
106 | xlDialogPrintPreview | 222 | “打印預覽”對話框 |
107 | xlDialogEditColor | 223 | “編輯顏色”對話框 |
108 | xlDialogFormatMain | 225 | “設置主要格式”對話框 |
109 | xlDialogFormatOverlay | 226 | “設置重疊格式”對話框 |
110 | xlDialogEditSeries | 228 | “編輯數據系列”對話框 |
111 | xlDialogDefineStyle | 229 | “定義樣式”對話框 |
112 | xlDialogGalleryRadar | 249 | “雷達圖庫”對話框 |
113 | xlDialogEditionOptions | 251 | “編輯選項”對話框 |
114 | xlDialogZoom | 256 | “縮放”對話框 |
115 | xlDialogInsertObject | 259 | “插入對象”對話框 |
116 | xlDialogSize | 261 | “大小”對話框 |
117 | xlDialogMove | 262 | “移動”對話框 |
118 | xlDialogFormatAuto | 269 | “自動套用格式”對話框 |
119 | xlDialogGallery3dBar | 272 | “三維條形圖庫”對話框 |
120 | xlDialogGallery3dSu**ce | 273 | “三維曲面圖庫”對話框 |
121 | xlDialogCustomize** | 276 | “自定義工具欄”對話框 |
122 | xlDialogWorkbookAdd | 281 | “添加工作簿”對話框 |
123 | xlDialogWorkbookMove | 282 | “移動工作簿”對話框 |
124 | xlDialogWorkbookCopy | 283 | “復制工作簿”對話框 |
125 | xlDialogWorkbookOptions | 284 | “工作簿選項”對話框 |
126 | xlDialogSaveWorkspace | 285 | “保存工作區”對話框 |
127 | xlDialogChartWizard | 288 | “圖表向導”對話框 |
128 | xlDialogAssignToTool | 293 | “給工具指定宏”對話框 |
129 | xlDialogPlacement | 300 | “位置”對話框 |
130 | xlDialogFillWorkgroup | 301 | “填充工作組”對話框 |
131 | xlDialogWorkbookNew | 302 | “新建工作簿”對話框 |
132 | xlDialogScenarioCells | 305 | “單元格方案”對話框 |
133 | xlDialogScenarioAdd | 307 | “添加方案”對話框 |
134 | xlDialogScenarioEdit | 308 | “編輯方案”對話框 |
135 | xlDialogScenarioSummary | 311 | “方案摘要”對話框 |
136 | xlDialogPivotTableWizard | 312 | “數據透視表向導”對話框 |
137 | xlDialogPivotFieldProperties | 313 | “數據透視表字段屬性”對話框 |
138 | xlDialogOptionsCalculation | 318 | “計算選項”對話框 |
139 | xlDialogOptionsEdit | 319 | “編輯選項”對話框 |
140 | xlDialogOptionsView | 320 | “視圖選項”對話框 |
141 | xlDialogAddinManager | 321 | “加載項管理器”對話框 |
142 | xlDialogMenuEditor | 322 | “菜單編輯器”對話框 |
143 | xlDialogAttach**s | 323 | “附加工具欄”對話框 |
144 | xlDialogOptionsChart | 325 | “圖表選項”對話框 |
145 | xlDialogVbaInsertFile | 328 | “VBA 插入文件”對話框 |
146 | xlDialogVbaProcedureDefinition | 330 | “VBA 過程定義”對話框 |
147 | xlDialogRoutingSlip | 336 | “傳送名單”對話框 |
148 | xlDialogMailLogon | 339 | “郵件登錄”對話框 |
149 | xlDialogInsertPicture | 342 | “插入圖片”對話框 |
150 | xlDialogGalleryDoughnut | 344 | “圓環圖庫”對話框 |
151 | xlDialogChartTrend | 350 | “圖表趨勢”對話框 |
152 | xlDialogWorkbookInsert | 354 | “插入工作簿”對話框 |
153 | xlDialogOptionsTransition | 355 | “轉換選項”對話框 |
154 | xlDialogOptionsGeneral | 356 | “常規選項”對話框 |
155 | xlDialogFilterAdvanced | 370 | “高級篩選”對話框 |
156 | xlDialogMailNextLetter | 378 | “發送下一信函”對話框 |
157 | xlDialogDataLabel | 379 | “數據標簽”對話框 |
158 | xlDialogInsertTitle | 380 | “插入標題”對話框 |
159 | xlDialogFontProperties | 381 | “字體屬性”對話框 |
160 | xlDialogMacroOptions | 382 | “宏選項”對話框 |
161 | xlDialogWorkbookUnhide | 384 | “取消隱藏工作簿”對話框 |
162 | xlDialogWorkbookName | 386 | “命名工作簿”對話框 |
163 | xlDialogGalleryCustom | 388 | “自定義庫”對話框 |
164 | xlDialogAddChartAutoformat | 390 | “添加圖表自動套用格式”對話框 |
165 | xlDialogChartAddData | 392 | “圖表添加數據”對話框 |
166 | xlDialogTabOrder | 394 | “Tab 鍵次序”對話框 |
167 | xlDialogSubtotalCreate | 398 | “創建分類匯總”對話框 |
168 | xlDialogWorkbookTabSplit | 415 | “拆分工作簿標簽”對話框 |
169 | xlDialogWorkbookProtect | 417 | “保護工作簿”對話框 |
170 | xlDialogScrollbarProperties | 420 | “滾動條屬性”對話框 |
171 | xlDialogPivotShowPages | 421 | “數據透視表顯示頁”對話框 |
172 | xlDialogTextToColumns | 422 | “分列”對話框 |
173 | xlDialogFormatCharttype | 423 | “設置圖表類型格式”對話框 |
174 | xlDialogPivotFieldGroup | 433 | “組合數據透視表字段”對話框 |
175 | xlDialogPivotFieldUngroup | 434 | “取消組合數據透視表字段”對話框 |
176 | xlDialogCheckboxProperties | 435 | “復選框屬性”對話框 |
177 | xlDialogLabelProperties | 436 | “標簽屬性”對話框 |
178 | xlDialogListboxProperties | 437 | “列表框屬性”對話框 |
179 | xlDialogEditboxProperties | 438 | “編輯框屬性”對話框 |
180 | xlDialogOpenText | 441 | “打開文本”對話框 |
181 | xlDialogPushbuttonProperties | 445 | “按鈕屬性”對話框 |
182 | xlDialogFilter | 447 | “對話框篩選”對話框 |
183 | xlDialogFunctionWizard | 450 | “函數向導”對話框 |
184 | xlDialogSaveCopyAs | 456 | “副本另存為”對話框 |
185 | xlDialogOptionsListsAdd | 458 | “添加列表選項”對話框 |
186 | xlDialogSeriesAxes | 460 | “系列坐標軸”對話框 |
187 | xlDialogSeriesX | 461 | “系列 X”對話框 |
188 | xlDialogSeriesY | 462 | “系列 Y”對話框 |
189 | xlDialogErrorbarX | 463 | “誤差線 X”對話框 |
190 | xlDialogErrorbarY | 464 | “誤差線 Y”對話框 |
191 | xlDialogFormatChart | 465 | “設置圖表格式”對話框 |
192 | xlDialogSeriesOrder | 466 | “系列次序”對話框 |
193 | xlDialogMailEditMailer | 470 | “編輯郵件發件人”對話框 |
194 | xlDialogStandardWidth | 472 | “標准寬度”對話框 |
195 | xlDialogScenarioMerge | 473 | “合並方案”對話框 |
196 | xlDialogProperties | 474 | “屬性”對話框 |
197 | xlDialogSummaryInfo | 474 | “摘要信息”對話框 |
198 | xlDialogFindFile | 475 | “查找文件”對話框 |
199 | xlDialogActiveCellFont | 476 | “活動單元格字體”對話框 |
200 | xlDialogVbaMakeAddin | 478 | “VBA 創建加載項”對話框 |
201 | xlDialogFileSharing | 481 | “文件共享”對話框 |
202 | xlDialogAutoCorrect | 485 | “自動校正”對話框 |
203 | xlDialogCustomViews | 493 | “自定義視圖”對話框 |
204 | xlDialogInsertNameLabel | 496 | “插入名稱標志”對話框 |
205 | xlDialogSeriesShape | 504 | “系列形狀”對話框 |
206 | xlDialogChartOptionsDataLabels | 505 | “圖表選項數據標簽”對話框 |
207 | xlDialogChartOptionsDataTable | 506 | “圖表選項數據表”對話框 |
208 | xlDialogSetBackgroundPicture | 509 | “設置背景圖片”對話框 |
209 | xlDialogDataValidation | 525 | “數據有效性”對話框 |
210 | xlDialogChartType | 526 | “圖表類型”對話框 |
211 | xlDialogChartLocation | 527 | “圖表位置”對話框 |
212 | xlDialogExternalDataProperties | 530 | “外部數據屬性”對話框 |
213 | xlDialogChartSourceData | 540 | “圖表源數據”對話框 |
214 | xlDialogSeriesOptions | 557 | “系列選項”對話框 |
215 | xlDialogPivotTableOptions | 567 | “數據透視表選項”對話框 |
216 | xlDialogPivotSolveOrder | 568 | “數據透視表求解次序”對話框 |
217 | xlDialogPivotCalculatedField | 570 | “數據透視表計算字段”對話框 |
218 | xlDialogPivotCalculatedItem | 572 | “數據透視表計算項”對話框 |
219 | xlDialogConditionalFormatting | 583 | “條件格式”對話框 |
220 | xlDialogInsertHyperlink | 596 | “插入超鏈接”對話框 |
221 | xlDialogProtectSharing | 620 | “保護共享”對話框 |
222 | xlDialogOptionsME | 647 | “ME 選項”對話框 |
223 | xlDialogPublishAsWebPage | 653 | “發布為網頁”對話框 |
224 | xlDialogPhonetic | 656 | “拼音”對話框 |
225 | xlDialogImportTextFile | 666 | “導入文本文件”對話框 |
226 | xlDialogNewWebQuery | 667 | “新建 Web 查詢”對話框 |
227 | xlDialogWebOptionsGeneral | 683 | “Web 常規選項”對話框 |
228 | xlDialogWebOptionsFiles | 684 | “Web 文件選項”對話框 |
229 | xlDialogWebOptionsPictures | 685 | “Web 圖片選項”對話框 |
230 | xlDialogWebOptionsEncoding | 686 | “Web 編碼選項”對話框 |
231 | xlDialogWebOptionsFonts | 687 | “Web 字體選項”對話框 |
232 | xlDialogPivotClientServerSet | 689 | “設置數據透視表客戶機服務器”對話框 |
233 | xlDialogEvaluateFormula | 709 | “公式求值”對話框 |
234 | xlDialogDataLabelMultiple | 723 | “多個數據標簽”對話框 |
235 | xlDialogChartOptionsDataLabelMultiple | 724 | “圖表選項多個數據標簽”對話框 |
236 | xlDialogSearch | 731 | “搜索”對話框 |
237 | xlDialogErrorChecking | 732 | “錯誤檢查”對話框 |
238 | xlDialogPropertyFields | 754 | “屬性字段”對話框 |
239 | xlDialogWebOptionsBrowsers | 773 | “Web 瀏覽器選項”對話框 |
240 | xlDialogCreateList | 796 | “創建列表”對話框 |
241 | xlDialogPermission | 832 | “權限”對話框 |
242 | xlDialogMyPermission | 834 | “我的權限”對話框 |
243 | xlDialogDocumentInspector | 862 | “文檔檢查器”對話框 |