Just need a bit of extra code to the below that says if the file is not found/doesnt exist then continue on and ignore, any ideas please?
Many thanks.
Public Sub Copy_Cells()
Dim destcell As Range, r As Long
Dim fileSpec As String, folderPath As String, fileName As String...