语法
表达式.Dialogs
表达式 一个代表 Application 对象的变量。
示例
本示例显示“文件”菜单的“打开”对话框。
Application.Dialogs.Item(xlDialogOpen).Show()