B
Beth Mc
I've tried to create a macro for paste-special -- unformatted. I used the
"record new macro" option, but this is what my macro looks like. What do I
need to put instead of "(wdPasteDefault)"?
Sub UnformattedPaste()
'
' UnformattedPaste Macro
'
Selection.PasteAndFormat (wdPasteDefault)
End Sub
"record new macro" option, but this is what my macro looks like. What do I
need to put instead of "(wdPasteDefault)"?
Sub UnformattedPaste()
'
' UnformattedPaste Macro
'
Selection.PasteAndFormat (wdPasteDefault)
End Sub