|
-
Jan 27th, 2006, 06:36 AM
#1
Thread Starter
Junior Member
Reading Inputs from external file
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|