View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Kaak[_39_] Kaak[_39_] is offline
external usenet poster
 
Posts: 1
Default replace text in many textfiles with vba


In short.

--------------------------------------------------------------

You should loop through the folders

For each folder you should:

create another folder in the new location
fill it with copies of the files from the original location
replace the text in the new files
delete the original files
copy the new files to the original location

--------------------------------------------------------------

solv each step at a time


--
Kaak
------------------------------------------------------------------------
Kaak's Profile: http://www.excelforum.com/member.php...fo&userid=7513
View this thread: http://www.excelforum.com/showthread...hreadid=479386