Duuuudes:
Is there an easy way in vba to convert a string to an array of integers. For example:
I have this particular array of numbers in the element <column_data_types> in a xml file:
<column_data_types>1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5, 1, 1, 1</column_data_types>
I have a function that...
All:
This has been answered on the .xml and the .net framework forum. Here's the link:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1365211&SiteID=1
Duuudes:
Need help with XPath syntax. I'm new to XPath so bear with me. In the following statement, The way I understand XPath so far should recursively look in the xml file below for every <worksheet_name> element whos value is "Fabric Roll Data" then recursively look for the...
Thanks PHV. This returned 2 in a message box and there was 3 items in the array so the array was getting passed. What confuses me is that when I step through the program and return back into the GetFBRData() subroutine, the watch that I set for getXmlElementNV "worksheet_name" function looks as...
Is it possible to pass an argument to a function that in turn returns an array? For some reason when I call the function getXmlElementNV from GetFBRData() below while passing an argument it will not pass the array back to me. The getXmlElementNV function gathers the node values from an xml file...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.