Very nice response @AJ_Ask . However, what I would simplify your solution:
- load to data table the whole range with expression
ExcelSheet.Range("A1") - then just check if that data table has more than 4 rows
This way we already have needed data in data table to work with.
