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 · 最終更新: 2024/11/03 16:19 by shimehitsu14