.doc open as html

S

shiro

Hi all,
Is it possible,I save a word file as .doc but when open it,
it's open as html page.Is it possible with vba?.
..doc open as htm,and when close it,it returns to .doc
again.


Rgds,

Shiro
 
J

Jonathan West

shiro said:
Hi all,
Is it possible,I save a word file as .doc but when open it,
it's open as html page.Is it possible with vba?.
.doc open as htm,and when close it,it returns to .doc
again.

What you want to do sounds like a contradiction in terms.

If you save a file as a doc file, that is what it is. It is more than a
matter of the filename extension, it is the internal stucture of the
information within the file itself.

You can open a doc file within a browser, but it will normally open a copy
of Word so that the file can be properly interpreted and displayed.
 
G

George Lee

It sounds like you need an HTML file to display but you want to edit it with
Word. In that case, save it as HTML. To edit it, you'll have to right click
and choose Open With->Word.

Yes, it' s possible with VBA but is awkward. You'll have to open the doc,
save as html, open that, and then save as doc.
 
S

shiro

Thank's for reply,
The truth I 'm looking for an easy way out about picture in htm file,
since we need also to include the source picture file when copy
and paste a htm file so that the picture not changed to 'red X'.

Why do we can't move the htm ( page ) with picture without
include source picture file.
 

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