Microsoft Access 掲示板

フォルダ名をワイルドカードで取得し、そのフォルダを開きたい / 1

2 コメント
views
4 フォロー
1
hiroton 2022/12/19 (月) 14:20:00 ed9bb@f966d

Dir 関数

Dim strPath As String
strPath = フォルダパス

strPath = strPath & Mid(Dir(strPath & "*", vbDirectory), 6)

Application.FollowHyperlink strPath
通報 ...