Hi,
I want to instruct my macro to inform the user if there is an error then go back to the start of the loop when one occurs.
I do not want to Resume Next, I just want to go to the next in the series of loops, if that makes sense?
Sub CopyAllData()
Dim strF As String, strP As String...