Forum Discussion
Marsha_R
Champion Level 3
9 years agoWhere in the code does the error show up?
Nitish
9 years agoOccasional Contributor
FileName = "Path of the file "
intCount = 0
'set Objdriver = DDT.ExcelDriver(FileName , SheetName)
set objdriver = DDT.ExcelDriver(FileName ,SheetName,)//here it shows
' do While not(objdriver.EOF())//here it shows
' intCount = intCount+1
' objdriver.Next()
' loop
While not(objdriver.EOF())