📜  vba 选择文件夹中的文件 - VBA 代码示例

📅  最后修改于: 2022-03-11 14:51:55.549000             🧑  作者: Mango

代码示例1
' Open File Explorer in Windows and select a specified filename
filename = "C:\test.txt"
Shell "C:\Windows\explorer.exe /select, " & """" & filenamepath & """", vbNormalFocus