O
ouch
I fear that I'm in trouble here. I have hundreds of xls sheets in different directories, however they all used the same template when they were created. So I need to read one cell from all these files, then count the instances of the contents of that cell, then finally graph it all out. well the graph is optional, but would be nice
now how do I go about doing this? I know you can read cells from open files, but how about unopened ones in different directories and completly different file names
I tried writeing a program for it with Qbasic (small buisness ) but the xls format is strange, you change one value and exel changes 75% of the file. I can read text useing this method but my target cell is numbers only. despite my efforts I can't even find where exel stores the numbers.
now how do I go about doing this? I know you can read cells from open files, but how about unopened ones in different directories and completly different file names
I tried writeing a program for it with Qbasic (small buisness ) but the xls format is strange, you change one value and exel changes 75% of the file. I can read text useing this method but my target cell is numbers only. despite my efforts I can't even find where exel stores the numbers.