>Paste always pastes from the Windows Clipboard.

Signature
Greetings from Bavaria, Germany
Helmut Weber, MVP WordVBA
Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"
Odd that Word uses Windows clipboard when it has its own clipboard, but
that's the way it is.
Is there a way around this by clipping TextA in variableA and TextB
into variableB? Seems possible to me, but I'm too green a user to be
able to do it.
> Hi Tony,
>
[quoted text clipped - 24 lines]
> Win XP, Office 2003
> "red.sys" & Chr$(64) & "t-online.de"
Helmut Weber - 02 Mar 2006 18:24 GMT
Hi Brian,
>Is there a way around this by clipping TextA in variableA and TextB
>into variableB? Seems possible to me, but I'm too green a user to be
>able to do it.
sure. You may put TextA into a docvariable TextA, etc.
and preserve all for later use, with loosing formatting.
Or you may use autotext entries,
which seems to me the best solution for your task.

Signature
Greetings from Bavaria, Germany
Helmut Weber, MVP WordVBA
Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"
Tony Jollans - 02 Mar 2006 19:08 GMT
As I said before there, you will need some sort of code in the copy
operation(s). With code there are several ways to do it but the most obvious
way of interacting with the facility Microsoft have created for just this
purpose isn't available - I really don't know why, it's just, as you say,
the way it is.
--
Enjoy,
Tony
> Odd that Word uses Windows clipboard when it has its own clipboard, but
> that's the way it is.
[quoted text clipped - 31 lines]
> > Win XP, Office 2003
> > "red.sys" & Chr$(64) & "t-online.de"