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

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.
 
S

saakar.rao via OfficeKB.com

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top