I am using Excel VBA to automate following task.
In Cell D2, i have the following wrapped text:
"My name is C2 , I am from C3, i love reading A3 type of books. My favorite sport is B6 . "
Here, name, location, book type, and favorite sport is sourced from the cells C2, C3, A3, and B6.
I can do cell to cell copy paste via VBA, but could not achieve the above task. The difficulty is populating multiple locations/blanks in a text cell using other cell values in the same sheet.
How should I address the issue?
Using VBA to fill multiple designated locations in a cell by referring to other cells.
&OR
Replacefunction