< Public Function HtmlFooter () As String (?)
Comments'------------------------------------------------------------------------------ 'Return the last part of a typical HTML file '------------------------------------------------------------------------------
Public Function HtmlFooter () As String
HtmlFooter = Replace("||</body>|</html>||", "|", vbCrLf)
End Function