H
hfrupn
I have recorded a macro and assigned it to a button. The macro was recorded
by selecting Edit\Paste Special then select un-formatted text and then OK.
This is the result when you go to edit macro;
Sub PasteSpecial()
Selection.PasteAndFormat (wdPasteDefault)
End Sub
The problem is it pastes all, not just the text.
Can anyone tell me how to set up this macro?
Regards
Nick
PS. I’m using Word 2003
by selecting Edit\Paste Special then select un-formatted text and then OK.
This is the result when you go to edit macro;
Sub PasteSpecial()
Selection.PasteAndFormat (wdPasteDefault)
End Sub
The problem is it pastes all, not just the text.
Can anyone tell me how to set up this macro?
Regards
Nick
PS. I’m using Word 2003