Macro for checking existance of a specific file on disk
Posted by Shamsuddeen. P.K on November 20, 2001 1:35 PM
I would like to have a macro which runs every time I open the workbook and it checks on the hardisk for a specific file (say c:\data\abc.xls).
If the specified file is not found in the directory, then a message box should appear on the worksheet with a message "File not found" and if the said file is found, then quit the macro and return the contol to worksheet for editing.