Hi,
I have received a Run Time Error when executing some code. The code tries to define a new row
e.g.
rowa= rowb+1
rowb=rowa+1
The code is part of a loop and works fine until it reaches row 32763.
The runtime error suggests that excel has run out of rows. When I click Debug, the "rowb = rowa+1" is highlighted.
I thought excel had 65000+ rows. Indeed on the same worksheet that is causing me problems, I can navigate down to 65000 rows without any problem.
Any thoughts on what is causing this problem?
Thank you in advance.
I have received a Run Time Error when executing some code. The code tries to define a new row
e.g.
rowa= rowb+1
rowb=rowa+1
The code is part of a loop and works fine until it reaches row 32763.
The runtime error suggests that excel has run out of rows. When I click Debug, the "rowb = rowa+1" is highlighted.
I thought excel had 65000+ rows. Indeed on the same worksheet that is causing me problems, I can navigate down to 65000 rows without any problem.
Any thoughts on what is causing this problem?
Thank you in advance.