if Not Dir("C:\DATA\YOURFILE.XLS") then 
   'the bugger isnot there!
end if
Dir returns an empty string if no file is found matching the 'search' pattern.