excel-vba:select-folder
フォルダをダイアログボックスで選択する
With Application.FileDialog(msoFileDialogFolderPicker) If .Show = True Then filePath = .SelectedItems(1) End If End With
スポンサーリンク
excel-vba/select-folder.txt · 最終更新: 2024/11/03 16:19 by shimehitsu14