urikorulzs2 Posted March 31, 2011 Posted March 31, 2011 i need some help reading multiple files from a folder. I have a folder called temp, and i have some excell files in there with some .txt files, i want to open the excel files to read comp from it and search the txt file for comp and write it into a new excel file. How can this be done?
hannes08 Posted March 31, 2011 Posted March 31, 2011 Hi, you can use _FileListToArray to get a list of files, use _ExcelRead*() functions to read and _ExcelWrite*() functions to write into Excel files. Need more help? Post some code so we can have a look at it. Regards,Hannes[spoiler]If you can't convince them, confuse them![/spoiler]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now