Hi all
I am asking if I can make dynamic for next according filled range because most of my friends are using standard for next loop as the following:
I want for loop works until filled range finish and this range is changableCode:for i = 0 to 1000
what can I put instead of 1000 to let for loop to be dynamic
thanks


Reply With Quote
