simple HTML table generator

S

Scott

Greetings:

I need a simple HTML table generator. I'm not proficient in VBA so can't
write one from scratch myself. Microsoft provide one for use with
excel97, but it no longer functions on newer versions. I need a "bare
bones" table generator (i.e. no CSS) that will take a named range and
convert it to a HTML table. The only formating other than <TR> and <TD>
I want is cell background and font colors, period. Does anyone have such
a function, or know where I can get one?

Thanks,
Scott
 
Top