I'm glad you got that resolved. Now you know that you need to do some error checking when working with user prepared data files.

Assuming you left that test code in,

Code:
oXLSheet.Cells(nextRow, 1).value = something
Also, remove the "Stop" statement and flush out some error handling to put in the if statement. Have fun.