Hey guys,
Need a bit of a tip here.
I'm basically asking my code to compare the dates i have in column A1 to the file names (which happen to be dates as well) in a specified directory.
It all works fine except when it comes across a date in col A1 that doesn't exist in the specified directory then it falls over.
Basically, I'd like it to skip to the next date if it can't find it...and if the next date isn't there then skip until it does and then carry on with whatever it was doing.
I'm thinking along the lines of On Error do bla bla bla...but i'm not sure how to achieve this. Please help!!
Need a bit of a tip here.
I'm basically asking my code to compare the dates i have in column A1 to the file names (which happen to be dates as well) in a specified directory.
It all works fine except when it comes across a date in col A1 that doesn't exist in the specified directory then it falls over.
Basically, I'd like it to skip to the next date if it can't find it...and if the next date isn't there then skip until it does and then carry on with whatever it was doing.
I'm thinking along the lines of On Error do bla bla bla...but i'm not sure how to achieve this. Please help!!