Sorry about this one, I am a bit ignorant with regards to manipulating Excel objects and its automation...
what I am trying to achieve is read from the excel file and then terminate read after reading the first blank row...
assuming that I have test.xls as the text file, the excel file will have 5 columns and assuming 65 rows ( the rows can vary) I want to read all the contents of this file and save it in a dumping.dbf terminating only if the read encounters a blank row...
is this possible??
what I am trying to achieve is read from the excel file and then terminate read after reading the first blank row...
assuming that I have test.xls as the text file, the excel file will have 5 columns and assuming 65 rows ( the rows can vary) I want to read all the contents of this file and save it in a dumping.dbf terminating only if the read encounters a blank row...
is this possible??