W
Wayne
I need to make a simple grid in which the user can cut and paste the
contents of a region of cells from this simple grid to excel.
I thought about ganging a bunch of textboxes (1 textbox = 1 cell)
together which would work for me but I cannot cut and paste a
collection of cells to excel using this approach.
Any ideas where to go next? I know I can buy such a capability and
have done so in the past but I would like to write it in vb.net. I
don't need all the power that comes from commercial versions.
I have tried datagrid and I cannot cut and paste a collection of cells
to excel.
I have played with listview also and did not get what I want either.
I don't need scrolling or binding ... I just need cells that the user
can type in and then cut and paste to excel.
Thanks in advance.
Wayne
contents of a region of cells from this simple grid to excel.
I thought about ganging a bunch of textboxes (1 textbox = 1 cell)
together which would work for me but I cannot cut and paste a
collection of cells to excel using this approach.
Any ideas where to go next? I know I can buy such a capability and
have done so in the past but I would like to write it in vb.net. I
don't need all the power that comes from commercial versions.
I have tried datagrid and I cannot cut and paste a collection of cells
to excel.
I have played with listview also and did not get what I want either.
I don't need scrolling or binding ... I just need cells that the user
can type in and then cut and paste to excel.
Thanks in advance.
Wayne