03-23-2010, 08:12 PM
I have stored the value of the row as 'currentrow'. Can I just say
Is this how I would do that?
Code:
For i = 0 To CurrentRow
If ElementsCollected(i) = CurrentRow
Is this how I would do that?