How cut&paste web text to Word and keep the formatting?

  • Thread starter Thread starter Andy
  • Start date Start date
A

Andy

How do I cut-&-paste text from a web page (I use Opera) and paste the
text into Word and at the same time preserve much of the original
formatting in the web page?

I'm sure my MS Word 2003 (ver 11) used to do this but now it doesn't
seem to work like that.
 
Hi Andy,

Try using this Macro: -

Sub Keep_Source_Formatting()
'
' Keep_Source_Formatting Macro
' Macro recorded Wednesday, August 23, 2006 by Saakar
'
Selection.PasteAndFormat (wdPasteDefault)
End Sub

Saakar
 
Back
Top