Excel 如何用VBA判断文件夹是否存在

2024-11-02 19:27:06
推荐回答(1个)
回答1:

if dir(dPath,vbDirectory)<>"" then
msgbox "存在"
end if