iEhohs DokuWiki

プログラミングや設定方法など、個人的なナレッジを残しておくWikiです。

ユーザ用ツール

サイト用ツール


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