Guest User

Untitled

a guest
Aug 16th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. dim i as long, lr as long
  2. lr = cells(rows.count,1).end(xlup).row
  3. i = 1
  4. do until cells(i,1).value > 6
  5. i = i+1
  6. loop
  7. 'something with cells(i,1).value
Add Comment
Please, Sign In to add comment