I suspect problem one is quite simply "an embedded Word document can't be a
mail merge main document" - if, for example, you enable the Mail Merge
toolbar in Word with an embedded document open, the first two icons are
greyed out.
I've never attempted what you're attempting so cannot be sure that there is
no workaround, but I'd already be considering what the alternatives might
be - i.e., probably either a separate Word document, or some way for the
user to open the embedded object as a separate document, perhaps using an
AutoOpen macro to try to work out the name of the Excel document the Word
document had been embedded in and connect to it.
But I have to say that even that approach seems likely to be difficult.
Apart from anything else, if the Excel sheet is already open, the only
connection method likely to work is the old DDE method, and even using that
it may not be possible to connect to the sheet you want. Feasibility will
also depend on whether you need to open your data source directly from your
"shared e-room" - if, for example, your Excel sheet can only be located via
an HTTP: or FTP: URL, you won't be able to use it as a Word mailmerge data
source.
Sorry to be the bearer of bad news, but I suspect this is going to be a lot
more difficult than you had hoped. However, if your users will not have
problems with downloading .doc and .xls files and storing them locally then
what is probably required is a more step-by-step approach - download this
file and put it here; open that file; click this button; and so on.
Peter Jamieson
> Anyone with an Idea on how to make this work?
>
[quoted text clipped - 25 lines]
>
> BK
bilabong! - 02 Jan 2007 19:12 GMT
Peter,
Sounds like you saved me a lot of wasted time trying to do something
that likely cannot be done. But you've given me some ideas to play
with. At the very least, nothing is really at stake, it's mostly an
intellectual exercise on my part; just trying to push the limits.
Thanks,
Bill
> I suspect problem one is quite simply "an embedded Word document can't be a
> mail merge main document" - if, for example, you enable the Mail Merge
[quoted text clipped - 54 lines]
> >
> > BK