I couldn't run your VI because I didn't have the read and write to spreadsheet file strings VI's (Are these some special VI's you created?)
I figured the problem is probably in how the paths are getting built, so I deleted those VI's and just put up some indicators to see what paths are getting built. Here is what I found
The bottom wire out of the list function provides an array of folders. This is a list of folders that matches your search pattern. Of which there are none. So it is empty. If it wasn't empty but add multiple elements. All of those elements would get concatenated together once the whole array got passed into the for loop.
Kill that lower wire coming out of folder names completely. Wire the path to search control into the loop. Feed that into a Build Path (file I/O palette). Then the path that comes out of that can be fed into the read and write file VI's.
See the attached screenshot.
I would also recommend making the browse button visible on your path to search control.
Message Edited by Ravens Fan on 05-19-2007 12:14 AM