I am trying to make global changes to a large set of html files; specifically the font, colour and size. Altering a macro Hans was kind enought to provide me, I am trying to loop through these html files to make changes but I think I’m stuck right at the beginning with the Dim As. How do I declare the html file as a variable? Here’s the line that gives me the error:
Set doc = html.Open
The error points to html and says ‘”variable not defined”.
(Sorry – I’m very new at this!)
Deb
The error is pointing to html