Hello there,
I am puzzled, can someone explain :
when running I get Error :
The File name, sheet name or range is invalid of : "my path and file name"
... which is normal since the file isnt there.
thing is I am trying to trap the error when file is missing with :
on error goto ErrorHandler
and I still get the error msg but i'm not redirected to Error Handler![]()
I tested my "on error goto" with "Error 11", just to simulate error and then I am directed to ErrorHandler but it seems that the error I'm getting with my "GetData" statment isnt recognized as an error....
-------------------------
On Error GoTo ErrorHandler
GetData FilePath & AgentPath & MonthPath & Worksheets("ReportGenerator").Range("AC2") & ".xls", "Report", "B3:O9", Sheets("Jan").Range("B2"), True, True
--------------------------
Thanks,
Climbo.
Bookmarks