iEhohs DokuWiki

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

ユーザ用ツール

サイト用ツール


excel:vba-select-folder

フォルダをダイアログボックスで選択するVBA

With Application.FileDialog(msoFileDialogFolderPicker)
    If .Show = True Then
        filePath = .SelectedItems(1)
    End If
End With
スポンサーリンク
excel/vba-select-folder.txt · 最終更新: 2024/07/26 14:56 by shimehitsu14