J
Jim
Hello,
I have a word vba app (word 2003) that has to get a lot of data from the
clipboard, then parse it / display some of it.
The clipboard data is in a table format, copied from another application
that I can not access programmatically and get zero help from the IT dept
here. When I copy it onto the clipboard, all of the stuff that I want is
in the first table, but it also copies some text and possible a picture
file after the table (which I subsequently ignore when parsing the data)
Currently, I copy the data onto the clipboard from the other application,
then paste it into a new document, then the table/data is read into an
array and the sorting etc takes over and every thing is good. The orginal
paste is deleted
Is there a way to get the table data directly from the clipboard into a
multicolumn array? I have only the vaguest idea what a dataobject is in
connection to this and how this could be used with the clipboard object,
the word help file is pretty slim.
Thanks,
Jim
(e-mail address removed)
I have a word vba app (word 2003) that has to get a lot of data from the
clipboard, then parse it / display some of it.
The clipboard data is in a table format, copied from another application
that I can not access programmatically and get zero help from the IT dept
here. When I copy it onto the clipboard, all of the stuff that I want is
in the first table, but it also copies some text and possible a picture
file after the table (which I subsequently ignore when parsing the data)
Currently, I copy the data onto the clipboard from the other application,
then paste it into a new document, then the table/data is read into an
array and the sorting etc takes over and every thing is good. The orginal
paste is deleted
Is there a way to get the table data directly from the clipboard into a
multicolumn array? I have only the vaguest idea what a dataobject is in
connection to this and how this could be used with the clipboard object,
the word help file is pretty slim.
Thanks,
Jim
(e-mail address removed)