Export to HTML

  • Thread starter Thread starter Adam Harris
  • Start date Start date
A

Adam Harris

When exporting an active sheet to HTML (so that filters
etc will work) is there a way to remove/hide the column
and row headers, and indeed anything that is not actually
the cells you want?

Thanx.
 
When exporting an active sheet to HTML (so that filters
etc will work) is there a way to remove/hide the column
and row headers, and indeed anything that is not actually
the cells you want?

How about a macro that writes the HTML page in the format and style that
you specify? It has some commands to FTP it to a server also but you may
want to omit that--

http://www.markhenri.com/excel/eg/CreateHTMLSendFTP.txt

http://www.markhenri.com/excel/macro_examples.html#HTMLandFTPFromExcel
 
Back
Top