R
Rick
In Word 2007, when I record a macro that does a regular Paste from the
clipboard, it records it as
Selection.PasteAndFormat(wdPasteDefault)
It also seems to use the same 'wdPasteDefault' type even if I choose
either--
Paste Special | Unformatted Text; or
Paste Special | Unformatted Unicode Text
I'm not sure why it would use the same type for all of these. But the
strange thing is that if I go to the Word Developer Help for the
PasteAndFormat method, and I see what values there are for the
wdRecoveryType, it lists wdPasteDefault as "Not Supported". Thanks
for any thoughts about this.
clipboard, it records it as
Selection.PasteAndFormat(wdPasteDefault)
It also seems to use the same 'wdPasteDefault' type even if I choose
either--
Paste Special | Unformatted Text; or
Paste Special | Unformatted Unicode Text
I'm not sure why it would use the same type for all of these. But the
strange thing is that if I go to the Word Developer Help for the
PasteAndFormat method, and I see what values there are for the
wdRecoveryType, it lists wdPasteDefault as "Not Supported". Thanks
for any thoughts about this.