Report Sorter VBA 2008 Help :)
:D
Hey There,
I need a little guidance here. :)
What I am needing to do is develop an application which sorts text files, approximately 10 at a time.
It would look something like this. (Using VBA 2008)
http://i17.photobucket.com/albums/b5...wnine/form.jpg
The code I am having trouble with, is I want to be able to "load" 10 of these txt reports.
I want the Sort button to trigger the application to run through each text file looking for specific keywords.
And finally, when all is said and done, I want it to export a new text file with the keywords listed that it found.
Any helpful ideas or tips would be greatly appreciated as I am just breaking into this and am super excited with how much I have learned so far!
Re: Report Sorter VBA 2008 Help :)
Thread moved from 'Office Development' forum to 'VB.Net' (VB2002 and later) forum
Note that VB 2008 Express is VB 2008, not VBA 2008 (VBA is the 'VB Editor' inside Office applications).
Re: Report Sorter VBA 2008 Help :)
Ah Thanks!, sorry about that.