Hi Currently my code looks for the row with a certain value by looking through a given column. See Below
Set c = wsSrc.Columns(2).Find(What:="Rental Income", LookIn:=xlValues, _
LookAt:=xlPart, MatchCase:=False)
I want to search for the second occurrence of this value in the column in a different sub. Would this/ How would this be possible?