View Single Post
 
Old 10-14-2021, 07:20 PM
Jakov93 Jakov93 is offline Windows 10 Office 2010
Advanced Beginner
 
Join Date: Jul 2021
Posts: 45
Jakov93 is on a distinguished road
Default

Quote:
Originally Posted by Guessed View Post
Assuming your don't want to deal with xml-based code and the attribute order is always consistent, you could use something like this to extract the content
Firstly, thank you for your reply
Secondly, dear Andrew, after running your macro, no changes happen.
Thirdly, the numbers inside parenthesis in your code, what represent?:
Code:
sOutput = arrText(9) & vbLf & arrText(3) & vbLf & arrText(15) & vbLf & arrText(1)
because I want to add additional attributes such as "Type".
Lastly, do you want to attach a demo file?
Reply With Quote