VBAでフォルダを開く
Sub testt()
Const PATH As String = "D:\いろいろまとめ\2023年8月"
shell "C:\windows\explorer.exe " & PATH, vbNormalFocus
End Sub
Sub testt()
Const PATH As String = "D:\いろいろまとめ\2023年8月"
shell "C:\windows\explorer.exe " & PATH, vbNormalFocus
End Sub