Printable View
How can I test if a specific file exists, without using ActiveX components?
If Dir("c:\doesnt exist") = "" then MsgBox "file doesnt exist" End If