I'm parsing an XML response using VBA, my problem is that when a tag has no data I'm getting the following error code: -1072896659
Error text: End tag '' does not match the start tag ''
I want to be able to skip such a tag by replacing the xml text so that I can parse the remaining xml response.
Thanks
Start Free Trial