Votes
Answers
Views
Question
2
votes
1
answer
48
views
We're importing an Excel worksheet into a QTP datatable and that works fine. After importing, adding a datatable parameter causes the row count to be 65536?? DataTable.ImportSheet spreadsheetLocaion , 1, "DataFile" dataFileCount = DataTable.GetSheet("DataFile").GetRowCount 'Returns 1...