This article discusses a VBARUNTIMEERROR '5' issue encountered when a macro takes eBay order export changes to upload to an ERP, following a change in the eBay file format. The runtime error occurs at the line: Select Case Right(thedata(UBound(thedata),1),Len(thedata(UBound(thedata),1))-12) Case "sterensolutions". This error can be resolved by modifying the code accordingly.
Read More