View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Oliver Ott Oliver Ott is offline
external usenet poster
 
Posts: 2
Default Reading Data from the clipboard

Hello!
I'am using Office 2003 where I can store 24 Elements to the clipboard.
I am already able to use the last Item from the clipboard and to store
it at a range in the Worksheet.
But what I want to get all 24 elements, if possible in an array()...

For example:
field(0)=clipboard_element1
field(1)=clipboard_element2
field(2)=clipboard_element3
....
field(23)=clipboard_element24

Also I copy the data from the Internet Explorer, though it is not
simple text...

Is there any examplecode available?
Is there an easy way to realize this?

Thanks for your help!
Oliver