Hi JeffP->,
You noted that this NG would most likely not be able to assist with
streaming to the clipboard, can you suggest one that may have better
prospects?
I'm going to start with this, as I'm not sure there's much else I can
offer...
Depending on the programming language you're using, any group that
assists in working with the Windows API. You mention .NET
If you're
using the .NET Framework, then start with Clipboard.GetDataObject (I'm
not sure what namespace that's in).
I'm merging data but it's a single record COM call to word
To give you options, it would really help to know which version of Word
is involved. What's available varies tremendously, according to the
version.
In a general sort of way, I suspect you'd be best off generating files
without any COM calls to Word at all. Instead, use the Office Open XML
file format to create the files. This is the 2007 file format, but
there's a "Compatibility Pack" that can be installed for 2000 and later
that will allow opening 2007 files. You'll find more on that at
OpenXMLDeveloper.org
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org
This reply is posted in the Newsgroup; please post any follow question
or reply in the newsgroup and not by e-mail