-
Apr 28th, 2022, 09:46 AM
#1
Thread Starter
New Member
vbscript import xml data to excel
Hello !
I have an excel spredsheet that needs to be completed with some static data and also variable data. This variable data is in a XML file, that I need to get some nodes and put this data in the excel spredsheet. I have done already a vbscript to complete the static data, but I donīt know how to use the XML inside the vb script.
Any help is very welcome !
thanks in advance
omiexcel.vb
OS_25764_dados_ecalc.xml
-
Apr 28th, 2022, 10:30 AM
#2
Re: vbscript import xml data to excel
Excel can import .xml files. It might be easier to do that and use VBA to copy that data to the sheet you want to add it to.
-
Apr 28th, 2022, 10:41 AM
#3
Thread Starter
New Member
Re: vbscript import xml data to excel
 Originally Posted by jdc2000
Excel can import .xml files. It might be easier to do that and use VBA to copy that data to the sheet you want to add it to.
It has to be with vbscript because I use a software that automates the process, and this software rins the vbscript.
-
Apr 28th, 2022, 12:16 PM
#4
Re: vbscript import xml data to excel
-
May 12th, 2022, 02:54 PM
#5
Member
Re: vbscript import xml data to excel
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|