Hi, and sorry for the basic question.
I am trying to delete a file in a sharepoint folder.
VBA.Kill ActieveWorkbook.Parth & "/*TEMP*.*"
continues to return the error:
Run-time error '53'. File not found.
The files is 100% there so don't understand why it doesn't find it.
If I replace *TEMP*.* with the exact filename and correct extension i get the same error message.
Any help much appreciated.
I am trying to delete a file in a sharepoint folder.
VBA.Kill ActieveWorkbook.Parth & "/*TEMP*.*"
continues to return the error:
Run-time error '53'. File not found.
The files is 100% there so don't understand why it doesn't find it.
If I replace *TEMP*.* with the exact filename and correct extension i get the same error message.
Any help much appreciated.