Hello All Excel Gurus out there,
I need help with designing VBA code to do the following:
[TABLE="width: 483"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Example[/TD]
[TD]Desired Outcome[/TD]
[/TR]
[TR]
[TD]*First Line*Second Line*Third Line[/TD]
[TD]*First Line
*Second Line
*Third Line[/TD]
[/TR]
[TR]
[TD]*First Line
*Second Line*Third Line[/TD]
[TD]*First Line
*Second Line
*Third Line
[/TD]
[/TR]
</tbody>[/TABLE]
Basically, all I want to do is look inside the cell for all the * except the first one and replace that with a line break and a "*"
I have over 15,000 cells with a variable number of "*" and I do not want to place a line break if one already exist before the "*".
Thanks in advance for any help.
I am new to the forum. What is the best way to paste a table into the message?
I need help with designing VBA code to do the following:
[TABLE="width: 483"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Example[/TD]
[TD]Desired Outcome[/TD]
[/TR]
[TR]
[TD]*First Line*Second Line*Third Line[/TD]
[TD]*First Line
*Second Line
*Third Line[/TD]
[/TR]
[TR]
[TD]*First Line
*Second Line*Third Line[/TD]
[TD]*First Line
*Second Line
*Third Line
[/TD]
[/TR]
</tbody>[/TABLE]
Basically, all I want to do is look inside the cell for all the * except the first one and replace that with a line break and a "*"
I have over 15,000 cells with a variable number of "*" and I do not want to place a line break if one already exist before the "*".
Thanks in advance for any help.
I am new to the forum. What is the best way to paste a table into the message?