I don't believe this can be done with the "Replace All" feature of Excel.
Example:
I want to take the text in this cell below:
[TABLE="width: 500"]
<tbody>[TR]
[TD]the dog ran; the cat slept; I have two dogs - they're both poodles[/TD]
[/TR]
</tbody>[/TABLE]
And run a VBA code (unless there is an easier way) to space the sentences on separate lines within a cell
[TABLE="width: 500"]
<tbody>[TR]
[TD]the dog ran
the cat slept
I have two dogs - they're both poodles[/TD]
[/TR]
</tbody>[/TABLE]
The cells are I2:I133. Note: There are some cells that are blank. I am using Excel for Mac.
Example:
I want to take the text in this cell below:
[TABLE="width: 500"]
<tbody>[TR]
[TD]the dog ran; the cat slept; I have two dogs - they're both poodles[/TD]
[/TR]
</tbody>[/TABLE]
And run a VBA code (unless there is an easier way) to space the sentences on separate lines within a cell
[TABLE="width: 500"]
<tbody>[TR]
[TD]the dog ran
the cat slept
I have two dogs - they're both poodles[/TD]
[/TR]
</tbody>[/TABLE]
The cells are I2:I133. Note: There are some cells that are blank. I am using Excel for Mac.