Below is my code to produce an HTML page. It works but I would like to add some code that would make the page auto-refresh in the browser that it is opened in because the file may get updated. How would I make that happen?
Sub DataToHTM()
Dim r As Excel.Range, rHTM As Excel.Range, wbk As...