I've been tasked with distributing new e-mail signature blocks to every employee at my CO. I decided rather than send everybody instructions on how to change a few lines of html, I would just do it; so I sent out an excel table with some information for them to fill out (name, position, cell #). I have a template .txt file with all the correct formatting for the final signature. My question is what the best approach would be to batch replace the appropriate phrases in my template with the personal information in the table and save a new .htm file every time.
The template says things like "Your Name Here" and "Your Position Here" so I figure there has to be a way to replace each of those iteratively. I'm a scripting dunce, so any help would be greatly appreciated!