I exported a Access table to Excel sheet,
then added some more data records, on
the sheet.

When I re-read this sheet with VBS with
DAO, like;

Set DB = DBE.Workspaces(0).OpenDatabase(xlsFile,False,False,"Excel 8.0;")
Set RS = DB.OpenRecordset(sheetName).
With RS
Do While Not .EOF
-----
-----

All added data records can not be read and stopped always
previous end point.
Is any place still have the size of data sheet?
If so, how to correct and let VBS read the correct
, expanded, data area?

Thanks in advance,

M.M


--
----------------------
System YNT
mmiura@sysynt.com
----------------------