S
silas
Hi. I following the steps to create a macro to paste unformatted text. I
start the recorder, go to Edit, Paste Special and select Unformatted Text. I
stop the recorder and save the macro in Normal.dot. However, every time I
run it I still get formatted text.
Here's the Visual Basic code:
Sub PasteSpec()
'
' PasteSpec Macro
' Macro recorded 8/29/2007 by me
'
Selection.PasteAndFormat (wdPasteDefault)
End Sub
What am I doing wrong?
Thanks
silas
start the recorder, go to Edit, Paste Special and select Unformatted Text. I
stop the recorder and save the macro in Normal.dot. However, every time I
run it I still get formatted text.
Here's the Visual Basic code:
Sub PasteSpec()
'
' PasteSpec Macro
' Macro recorded 8/29/2007 by me
'
Selection.PasteAndFormat (wdPasteDefault)
End Sub
What am I doing wrong?
Thanks
silas