how can i loop through a listview and export the subitems in a specific cell??
example:
column1|column2|column3.....
item1.1 |item1.2 |item1.3....
item2.1 |item2.2 |item2.3....
den in excel....
cell A1 item1.1
cell C3 item 1.2
cell A5 item 1.3
i need to place the subitems in a specific cell because i have a
template in excel..
tnx in advance :)