Hello,
I have 2 columns I would like to iterate through. I would like to set a condition, such as
"if columnA.value = XXX And ColumnB.value = YYY Then
ColumnB.value = ZZZ"

That is, XXX and YYY are on the same row.
This is my first time with VBA, and I have the idea, just not the right syntax.
Thank you for your assistance.