組み込みダイアログボックス一覧<挿入>

例えば「セルの挿入」ダイアログボックスを表示するにはこうなります。

Sub Sample()
  Application.Dialogs(xlDialogInsert).Show
End Sub
<セル> xlDialogInsert


<ワークシート> xlDialogWorkbookInsert


<関数> xlDialogFunctionWizard


<名前(定義)> xlDialogDefineName


<名前(作成)> xlDialogCreateNames


<名前(ラベル範囲)> xlDialogInsertNameLabel


<図(ファイルから)> xlDialogInsertPicture


<オブジェクト> xlDialogInsertObject


<ハイパーリンク> xlDialogInsertHyperlink