Hi,

I need to write a code to transfer data from an HTML file to excel based on formatting in the HTML file.

For example, I decide that names should be bold, and so whatever is in bold in the HTML file should go into the name column.

The data in the HTML file is not in a table format, but a general paragraph format & hence I guess import web query will not work.

I'll be glad for some help/ideas.

Thanks.