Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm certain this is not very difficult, but for some reason I am
having difficulty accomplishing what I want. iobj_dom could contain values like AB, AC, AD2, AF etc. When I write it I want the values seperated by commas as shown, but what I get is ABACAD2AF. There could be 1 to ??? elements in the array. For Each iobj_node In iobj_dom.documentElement.childNodes ReDim sys(iSys) sys(iSys) = iobj_node.childNodes(0).Text iSys = iSys + 1 Next Range("C" + CStr(ll_range)).Value = iobj_dom.documentElement.Text Thanks in advance, Gabe |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
add two cells from seperate work sheets into a cell on seperate wo | Excel Worksheet Functions | |||
How do I have seperate headers for seperate pages in 1 worksheet? | Excel Discussion (Misc queries) | |||
How do I seperate a full name field out into three seperate columns? | Excel Worksheet Functions | |||
seperate first 2 lines of column in seperate columns in same row | Excel Discussion (Misc queries) | |||
How do I seperate data from a pivot into seperate worksheets? | Excel Discussion (Misc queries) |