Hi,

I am currently building a VBA app to help me convert a bunch of HTML.

i need to do a lot of "Find & Replace" but i do not want to hardcore the search and replace strings into the VBA coz the requirement changes from time to time.

I want to have a external file that contains the search keyword folowed by some seperator like "||" and then the replace keyword

eg:

<h1> || <header1>
<h2> || <header2> and so on...

When ever i run the tool i specify the input file and then the conversion should start.

How do i go about achieving that.

Please Help.

Thanks in advance