M
macropod
Hi,
If you add the following macro to 'Normal.dot' and attach
it to a toolbar button, it will give you easy access to
paste special, unformatted text:
Sub PasteUnformattedText()
On Error Resume Next
DataType:=wdPasteText, Placement:=wdInLine
End Sub
Cheers
PS: Remove NO.SPAM from the above before replying.
If you add the following macro to 'Normal.dot' and attach
it to a toolbar button, it will give you easy access to
paste special, unformatted text:
Sub PasteUnformattedText()
On Error Resume Next
DataType:=wdPasteText, Placement:=wdInLine
End Sub
Cheers
PS: Remove NO.SPAM from the above before replying.