execl中vba 循环从最后一行跳到第一行?for i to 700000 step 1 cells(i,1)=""next i当i>65536时会出错,有什么办法不让它出错吗?a 2(另一个a所在行)a 1(另一个a所在行)b 4(另一个b所在行)b 3c 6c 5for i=1 to 65536 step 1 if(cells(1,1).offset(i)="a") then exit for end if next i