- Регистрация
- 28.11.2012
- Сообщения
- 199
- Благодарностей
- 6
- Баллы
- 18
I'm using row's count function to check the amount of rows in excel table and then compare it with current row (variable) in order to be able to stop the script when all the rows in table had been used.
Sometimes it works but sometimes script start picking blank rows.
I've checked in debug and for some strange reason Row's count function sees more rows than exist, may be it happens when you delete some of rows?
So I need to make the script stop when thre's a blank row but script sees blank rows as rows with some data for some strange reason...
Sometimes it works but sometimes script start picking blank rows.
I've checked in debug and for some strange reason Row's count function sees more rows than exist, may be it happens when you delete some of rows?
So I need to make the script stop when thre's a blank row but script sees blank rows as rows with some data for some strange reason...