s0me0nesmind1
New member
- Local time
- Today, 12:32
- Joined
- Apr 15, 2013
- Messages
- 5
Hello everyone
Looking for some help. We have a table that describes input/values that the user will select. The user will input the possible values, then they will be coded in XML based on VBA.
I'm in need of some help in coding this on running a loop to check all of the fields to
1) See if there is a value in the field
2) If so, is it an element, or an attribute of an element
3) Have it write the XML tag
I'm very new to this, however I have seen through searching a lot of decoding from XML to VBA, but nothing about converting TO VBA using loops and going through an entire table of possible IF conditions.
Below is an example of the table - as said, some have values - others do not and should be ignored. Any help is appreciated!
example of the table: h.ttp://i.imgur.com/a7yBuNX.jpg

Looking for some help. We have a table that describes input/values that the user will select. The user will input the possible values, then they will be coded in XML based on VBA.
I'm in need of some help in coding this on running a loop to check all of the fields to
1) See if there is a value in the field
2) If so, is it an element, or an attribute of an element
3) Have it write the XML tag
I'm very new to this, however I have seen through searching a lot of decoding from XML to VBA, but nothing about converting TO VBA using loops and going through an entire table of possible IF conditions.
Below is an example of the table - as said, some have values - others do not and should be ignored. Any help is appreciated!
example of the table: h.ttp://i.imgur.com/a7yBuNX.jpg