I have an excel file in the following format:
ColumnName
_____________
TEST
TEST05
11TEST02
123455
98666
VALUE09
I need to use VBScript to read the data from the file into an array. What's the best way to do that?
Another problem is that the file might also be in CSV format or TXT format. How to I take care of a number of different formats?
Start Free Trial