F
Fleone
I would like to search Column A for a value ($noname), when that value is
found, copy the data adjacent to it in Column B into Column A.
Example:
A B
Bob blank
Joe blank
Ed blank
$noname Fred
After executing the code, the column data would be:
A B
Bob blank
Joe blank
Ed blank
Fred Fred
The number of entries in Column A could vary from instance to instance (each
week).
This would need to be added to pre-existing code that is executed as a macro.
Thank you in advance for any assistance.
Fleone
found, copy the data adjacent to it in Column B into Column A.
Example:
A B
Bob blank
Joe blank
Ed blank
$noname Fred
After executing the code, the column data would be:
A B
Bob blank
Joe blank
Ed blank
Fred Fred
The number of entries in Column A could vary from instance to instance (each
week).
This would need to be added to pre-existing code that is executed as a macro.
Thank you in advance for any assistance.
Fleone