Hi,
I am trying to look for the first positive number in a given colomn,
but I want the loop to stop looping at a certain row and stay in a
given range.
Here is my current code:
Do
Selection.End(xlUp).Select
Loop Until ActiveCell > 0
How can I have the loop to stop looking up say at row 100?
Many thanks,
Gaetan
Bookmarks