Tushar comments
1) Please consider posting the data in a table or attach a file. It’s a PITA to recreate the data set!
Very good point. I made this function.
Public Function MakeHTMLTable(rInput As Range, Optional bHeaders As Boolean = True) As String
Dim rRow As Range
Dim rCell As Range
Dim [...]
Read More...
Read the complete post at http://www.dailydoseofexcel.com/archives/2010/09/23/make-a-simple-html-table-from-a-range/
Posted
Sep 23 2010, 07:30 AM
by
Daily Dose of Excel