Here I have a difficult task for me. Any help will be appreciated. Thanks.
I have an excel sheet like this:
I want to replace the ~
in column B and afterwords with the texts from column A. So that the result will be like this:
In the VBA code please ignore the color, I just use it for better representation.
I can understand the loop function is required. Please stop or jump out of the loop, when an empty cell is detected.
Thanks!