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