Can anyone tell me why this fails, the folder (range E1) is empty, but I get a "file not found" error on the second line
Thank you
Code:
If Range("E1").Value & "\*.xls" <> "" Then
Kill Range("E1").Value & "\*.xls"
End If