SaveAsHTML_Template

Creates HTML file using template found in a column.
Have lines of HTML in a column with placeholders of where to put title, body and footer of HTML page, then call the function to create HTML page.
Passing the full file path of HTML file, title, body and footer (not HTML head and body because those are expected to be in the column as HTML lines).
Lines should have placeholders "{{$PageTitle$}}", "{{$PageContent$}}", "{{$PageFooter$}}" to replace with passing arguments of the function.
Code expects to have ShD sheet with column GA having line numbers, GB having HTML lines.

Needs VBInstr()


Public

Tested

My Own Work

Export2HTML, ExportTitle, ExportBlock, ExportFooter

Views 3
Downloads 0

VBA-Excel Layout+Design
ANmarAmdeen
929
Attachments
Revisions

v1.0

Saturday
February
5
2022
Needs