Saving as html

  • Thread starter Thread starter AB
  • Start date Start date
A

AB

Hi, How best to put excel info into a webpage, someone said save as html,
but I don't see that option in Excel 2000. At present I'm copying and
pasting into Publisher and this puts it into a table format.
Any suggestions
THanks
Althea
 
Althea

Use the option File/Save as

In the box at the bottom labelled "Save as Type" click the down arrow
at the right habd side. Select second option which should be HTML

David
 
--
Hi, I just checked and it def doesn't have an html save option. Theres
webpage, at the bottom it says excel addon. ?Is it something I need to
install?Thanks
althea
 
Hi Althea,
Before saving, you should save your worksheet,
so that it gets saved with it's normal .xls file extension, and then...

Use either
File, Save As ...
or the slightly more direct:
File, Save As Webpage

You mentioned Save as type has at the bottom -- save as addin,
that is Not what you want, you want a choice next to top of the dropdown.

specifically you want "Web Page (*.htm; *.html)
which is near the top.

Unless you want to convert the entire workbook, change the
option to "Selection: Sheet"

If you prefer to do your own HTML without round-tripping, without
specific pointsizes, without specified column widths so that HTML
can do it's own thing and you are comfortable working with HTML
coding see http://www.mvps.org/dmcritchie/excel/xl2html.htm
The coding generated by this and plopped into the code source for Front
Page can be one tenth the size of plopping the Excel selection
directly into Front Page with all of its round-tripping etc,
 
Back
Top