danish_draj Posted January 31, 2019 Posted January 31, 2019 Hi Everybody, i have tried the _Excel_RangeFind code, and created a coding. but the coding i did is , it open the 1 Excel file and display the word i assign for the program to find . Rite Now i would like to know which/what coding or code that can make my program to scan multiple Excel Files and display the word i assign for the program to find. Immediate reply to this, would really be much appreciated. Pardon my English, Im still new to autoit btw
Subz Posted January 31, 2019 Posted January 31, 2019 (edited) Create an array with _FileListToArrayRec for .xlsx documents and then loop through the returned array, opening eachfile and perform a search. Edited January 31, 2019 by Subz
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