Excel User Group
Microsoft Excel blogs, forums, files. Read, ask questions, provide answers.

Make a Simple HTML Table from a Range

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
Filed under:
Copyright Excel User Group and the relevant contributors, 2010. All Trade Marks acknowledged. This site is a peer-to-peer site and NOT affiliated in any way to Microsoft Corp. All rights reserved.