VBScript program demonstrating how to read information from a Microsoft Excel spreadsheet. The name of the spreadsheet is passed to the program as an argument. If the file name of the spreadsheet does not include a path, the spreadsheet is assumed to be in the current directory, which is most likely the folder the program is in. The program checks to make sure that Microsoft Excel is installed, and that the spreadsheet exists and can be loaded.

XLRead.txt <<-- Click here to view or download the program