|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Hi Bob,
May I jump in here to ask a related question? Is there a way to make a macro
or shortcut button for "Save As web page (html)"? I use this command a lot,
and it was easy to access from the keyboard with Word 2003. Using Word 2007,
it seems to require a lot of mouse work to get to this command. I tried
recording a macro, but the macro is too specific, and contains the particular
file folder, file name etc that I used when recording the macro.
Thanks
Wendell
"Bob Buckland ?:-)" wrote:
> Hi Antonio,
>
> You mentioned what I'm assuming what looks to be a reference to .docX files. If so, that would be Word 2007. If that's the case
> Office Button=>Save As=>Other Formats
> and choose Web Page or Web Page-Filtered.
>
>
> If it is Word 97, that version used a Web Authoring Tool, Add-in and converter set. The original tool is an optional add in you can
> turn on via the Windows Control Panel=>Add/Remove Programs and selecting the Microsoft Office choice (you'll need your Word/Office
> CDs/disks).
>
> There is an updated version of the Word 97 Web Page Authoring tools available from the link in.
> http://support.microsoft.com/kb/172747
>
> When installed the Save options appear in the File menu in Word 97.
> ==============
> <<"Antonio Ciccia" <Antonio Ciccia@discussions.microsoft.com> wrote in message
> news:4872A6EC-7AD1-43B6-BFD5-82B0E55B3D1C@microsoft.com...
> Hello I was wondering if you could help me out, I'm trying to change a
> document from doc.x to html my computer runs microsoft word 97. C an you help
> me?>>
> --
>
> Bob Buckland ?:-)
> MS Office System Products MVP
>
> *Courtesy is not expensive and can pay big dividends*
>
>
> |
| |
|
| |
Was this post helpful to you? |
|
|
|
|
|
|
|
Reply |
| |
 |
|
Top |
|
|
|
|
|
|
|
|
|
| |
Assign this to a keyboard shortcut:
Sub SaveAsWebPage()
Dim dlg As Dialog
Set dlg = Dialogs(wdDialogFileSaveAs)
dlg.Format = wdFormatHTML
dlg.Show
Set dlg = Nothing
End Sub
If you want the filtered HTML version, replace wdFormatHTML with
wdFormatFilteredHTML.
--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all
may benefit.
On Sun, 29 Mar 2009 11:30:01 -0700, Wendell Brown <Wendell
Brown@discussions.microsoft.com> wrote:
>Hi Bob,
>
>May I jump in here to ask a related question? Is there a way to make a macro
>or shortcut button for "Save As web page (html)"? I use this command a lot,
>and it was easy to access from the keyboard with Word 2003. Using Word 2007,
>it seems to require a lot of mouse work to get to this command. I tried
>recording a macro, but the macro is too specific, and contains the particular
>file folder, file name etc that I used when recording the macro.
>
>Thanks
>Wendell
>
>"Bob Buckland ?:-)" wrote:
>
>> Hi Antonio,
>>
>> You mentioned what I'm assuming what looks to be a reference to .docX files. If so, that would be Word 2007. If that's the case
>> Office Button=>Save As=>Other Formats
>> and choose Web Page or Web Page-Filtered.
>>
>>
>> If it is Word 97, that version used a Web Authoring Tool, Add-in and converter set. The original tool is an optional add in you can
>> turn on via the Windows Control Panel=>Add/Remove Programs and selecting the Microsoft Office choice (you'll need your Word/Office
>> CDs/disks).
>>
>> There is an updated version of the Word 97 Web Page Authoring tools available from the link in.
>> http://support.microsoft.com/kb/172747
>>
>> When installed the Save options appear in the File menu in Word 97.
>> ==============
>> <<"Antonio Ciccia" <Antonio Ciccia@discussions.microsoft.com> wrote in message
>> news:4872A6EC-7AD1-43B6-BFD5-82B0E55B3D1C@microsoft.com...
>> Hello I was wondering if you could help me out, I'm trying to change a
>> document from doc.x to html my computer runs microsoft word 97. C an you help
>> me?>>
>> --
>>
>> Bob Buckland ?:-)
>> MS Office System Products MVP
>>
>> *Courtesy is not expensive and can pay big dividends*
>>
>>
>>
|
| |
|
| |
Was this post helpful to you? |
|
|
|
|
|
|
|
Reply |
| |
 |
|
Top |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Save as Web Page saves the document as an .htm file, preserving all the
formatting of the Word document so that, if desired, it can be resaved as a
..doc file without losing formatting. "Web Page, Filtered" also saves as .htm
but removes some of the formatting data for a more efficient Web page. It is
still, I am reliably informed, extremely bloated and ugly HTML, however.
Both of those file types save illustrations as separate, linked files. This
can be extremely useful if you are trying to extract pasted graphics as
separate files in JPG or GIF format. "Single File Web Page" uses the .mht
format which, as I understand it, somehow embeds the graphics in the file
itself (just as the Word document does).
--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org
"Robert Schechter" <Robert Schechter@discussions.microsoft.com> wrote in
message news:D682944E-912A-4260-AEE6-49BA11E0EB1B@microsoft.com...
> Thanks Suzanne, but what is the difference with Save AS web page, web page
> filtered and single file?
>
> "Suzanne S. Barnhill" wrote:
>
>> You don't say what version you actually have, but have you tried File |
>> Save
>> as Web Page or just selecting one of the Web Page options in "Files of
>> type"
>> in the Save As dialog?
>>
>> --
>> Suzanne S. Barnhill
>> Microsoft MVP (Word)
>> Words into Type
>> Fairhope, Alabama USA
>> Word MVP FAQ site: http://word.mvps.org
>> Email cannot be acknowledged; please post all follow-ups to the newsgroup
>> so
>> all may benefit.
>>
>> "JeanAnn" <JeanAnn@discussions.microsoft.com> wrote in message
>> news:918C5280-3940-4DF9-8A9E-08B16D9CDE18@microsoft.com...
>> > Older versions of Word allowed you to save as an html format ready to
>> upload
>> > to web site - new version does not or I don't see you to do it from the
>> File
>> > menu! Now it saves as a MIME format??
>>
>>
>
.
|
| |
|
| |
Was this post helpful to you? |
|
|
|
|
|
|
|
Reply |
| |
 |
|
Top |
|
|
|
|
|