D
Don
hi
i have a very simple macro i use to paste in the contents of the clipboard
and then select it. However i can't get the macro recorder to record the
fact that i'm selecting special paste and choosing unformatted text. What's
the correct code to do this?
Sub Macro1()
'
' Macro1 Macro
' Macro recorded 3/25/2007 by newbe101
'
Selection.WholeStory
Selection.PasteAndFormat (wdPasteDefault)
Selection.WholeStory
End Sub
i have a very simple macro i use to paste in the contents of the clipboard
and then select it. However i can't get the macro recorder to record the
fact that i'm selecting special paste and choosing unformatted text. What's
the correct code to do this?
Sub Macro1()
'
' Macro1 Macro
' Macro recorded 3/25/2007 by newbe101
'
Selection.WholeStory
Selection.PasteAndFormat (wdPasteDefault)
Selection.WholeStory
End Sub