I would like to reference leftmost cell in row, in such a manner:

For Each row In rng.Rows
   'reference leftmost cell  
Next row
I how do I do this?