another code to know if the file exist
another code to know if the file exist
Rate another code to know if the file exist
(2(2 Vote))
on error goto handler
dim filex
filex=filelen(File_Name)
if not filex = "" then msgbox "File Exist ...",vbinformation
exit sub
handler:
msgbox "File Not Exist ...",vbinformation
end sub
another code to know if the file exist Comments
No comments yet — be the first to post one!
Post a Comment