How can I save a Word doc as an JPEG? Changes when saved as HTML. by Ulf
Ulf
Mon Oct 25 05:16:46 CDT 2004
Hi,
I don't know where I got this, but use it if applicable:
ActiveDocument.Content.Select
With Selection
.CopyAsPicture
.Collapse Direction:=wdCollapseEnd
.PasteSpecial DataType:=wdPasteMetafilePicture
End With
>-----Original Message-----
>I am trying to save a Word doc as an HTML but get a lot
of reformatting when
>I "save as". Is there an alternate method of saving,
such as a jpeg or
>something so I don't lose the formatting when I save to
HTML?
>
>Thank you in advance for your assistance!
>Donna
>.
>