T
Tonya Marshall
I've tried making a macro to Paste Special Unformatted Text but
the style pastes as HTML Preformatted, Courier New font instead of
Normal (Arial 11pt.)
Is there something I'm missing here?
Sub PasteSpecial()
Selection.PasteSpecial (wdPasteText)
End Sub
the style pastes as HTML Preformatted, Courier New font instead of
Normal (Arial 11pt.)
Is there something I'm missing here?
Sub PasteSpecial()
Selection.PasteSpecial (wdPasteText)
End Sub