I definitely have the Word Library referenced. If I comment out the
PasteAndFormat line and replace it with a selection.typetext line it
works fine. Something deeply Microsoft is going on...
Jens
Are you absolutely sure you have a reference to the Word library (Tools >
References)? The symptom - wdChartPicture not defined - is what would be
expected if it were not referenced.
.Selection.Typetext will work just fine with late binding and is not in any
way indicative of having the reference set.
--
Enjoy,
Tony
> I definitely have the Word Library referenced. If I comment out the
> PasteAndFormat line and replace it with a selection.typetext line it
> works fine. Something deeply Microsoft is going on...
>
> Jens