I want On Error to loop indefinitely if necessary. (On very few occasions it takes 4/5 attempts to force my code to go through, but most times it's fine)
On Error GoTo StartAgain7StartAgain7:
On Error GoTo StartAgain7
Call extract_details
The on error works the first time around, but if I get...