RicksAtWork
Programmer
I need to iterate through the rows in a range
For Each lookUpRow In UKStaffRange.Rows
Next lookUpRow
I want to get the values from the 1st and 2nd cells
How do I do this?
For Each lookUpRow In UKStaffRange.Rows
Next lookUpRow
I want to get the values from the 1st and 2nd cells
How do I do this?