Hi
I have a range in which the same code is repeated, but this code has another code called Priority. I need to go through the codes and build a string with the Priorities.
Exampe:
Code Priority String
10.......1........12
10 ......2........12
I try with this For Each:
For Each celP...