Hi,
I'm new to using Excel through VB.

1.I'm given an .xls file with some rows of numbers (don't know how many) and that .xls file will be overwritten periodically with a new one

2.My VB app will reside on a server and be running across local network on several workstations and will read the curent .xls file every hour show the newly updated data from that file

3.I don't know how many rows of data will there be for me to read (that will change as the excel file is overwritten).

4.Because all those workstations will be accessing the same .xls file, the read/accessing should be done quickly.

Any examples will be appreciated.