hi all how can i add the following text within a cell that have more than one line break .example:
original text in the cell is :
Description
<li>first line
<li>second line
<li>third line
i want to add the following to the previous text:
Description
<ul class='import-product-description'>
<li>first line</li>
<li>second line</li>
<li>third line</li>
</ul>
can any one please give me a full written excel VBA that can modify my text.
thanks for your help
original text in the cell is :
Description
<li>first line
<li>second line
<li>third line
i want to add the following to the previous text:
Description
<ul class='import-product-description'>
<li>first line</li>
<li>second line</li>
<li>third line</li>
</ul>
can any one please give me a full written excel VBA that can modify my text.
thanks for your help