save rows as html files
I have an excel file with multiple rows. Each row has 2 columns in it. The
first column is the proposed name of the html file. The second column is the
html text of the proposed html file. It starts with <html and ends with
</html, with all the lanuage markups and codes in between. How do I save
each row as a seperate html file?
Example
Column A Column B
3577.html <html<img src="http://www.server.com/35677.img"</html
3577A.html <html<img src="http://www.server.com/35677A.img"</html
3577B.html <html<img src="http://www.server.com/35677B.img"</html
3577C.html <html<img src="http://www.server.com/35677C.img"</html
|