hellfire45
Active Member
- Joined
- Jun 7, 2014
- Messages
- 464
I am being tasked with extracting various strings from a massive XML feed and putting the extracted text into an excel template.
The challenges:
#SKUDesc # Bridge Country Toll Call-in (1)# /SKUDesc#
The challenges:
- This XML feed is 1.5 million characters long. I'm not sure if VBA can handle this. I think the string variable has a cap? I can open the XML file with notepad and it pastes fairly cleanly into excel.
- Having a function that can locate a piece of text in this string and extract it. For example in the bottom line of code, I would need to locate the text between the start and end tags, therefore, "BRIDGE COUNTY TOLL CALL-IN".
#SKUDesc # Bridge Country Toll Call-in (1)# /SKUDesc#