E
Enda
Hello,
I would be grateful for help with this problem.
I would like a VBA macro to replace my default paste command with the
Paste Special option to paste as Unformatted Unicode Text. I want this
mascro, which I have recorded below, to globally replace all calls to
regular paste in the way that, for example, the FileNew() command can
be replaced.
How do I do this?
Thanks,
Enda
Sub PasteAsUnformattedUniCode()
'
' Macro1 Macro
' Macro recorded 01/12/2003 by Enda Ridge
'
Selection.PasteSpecial Link:=False, DataType:=20,
Placement:=wdInLine, _
DisplayAsIcon:=False
End Sub
I would be grateful for help with this problem.
I would like a VBA macro to replace my default paste command with the
Paste Special option to paste as Unformatted Unicode Text. I want this
mascro, which I have recorded below, to globally replace all calls to
regular paste in the way that, for example, the FileNew() command can
be replaced.
How do I do this?
Thanks,
Enda
Sub PasteAsUnformattedUniCode()
'
' Macro1 Macro
' Macro recorded 01/12/2003 by Enda Ridge
'
Selection.PasteSpecial Link:=False, DataType:=20,
Placement:=wdInLine, _
DisplayAsIcon:=False
End Sub