Export to HTML

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.
 
M

Mark Henri

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
 
Top