Using excel!!!!!!!!!!!!!

Hey,

I have a program which brings up multiple lines of data in a listview. I want to get these multiple lines and transfer these into a excel document. The problem is the listview's number of lines of data varies so what would the code look like to add these multiple lines.

Thanks.!!!!!!!

Comments

  • Just use a loop, such as a For loop to programatically add each one into a new line, moving to the next line in excel as the loop moves through the listbox, have the loop stop when the last index is added. If you need anymore help, I will try to come up with a good code example.

    : Hey,
    :
    : I have a program which brings up multiple lines of data in a listview. I want to get these multiple lines and transfer these into a excel document. The problem is the listview's number of lines of data varies so what would the code look like to add these multiple lines.
    :
    : Thanks.!!!!!!!
    :

  • Do you have any examples i could look at and see which one is most useful?


    thanks
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories