On looking at your original c# code again. I think that the array was passed as an ole variant array instead of clipboard format. J can directly call ole2 api to do that but not with J's wd driver interface. You may take a look at my openoffice j-addon but it might be difficult for the un-initiatives.
Simpler workarounds including 1, loop over each cell from J or 2. use system clipboard, but saving and restoring original clipboard content before and after ole automation. -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
