Have searched this for the most part of today and have not found this specific question....may be a first
I have a text string in VBA that i insert in a cell on a worksheet, now this string can vary in length and may go across two pages. What i would like to do is
split this string into two cells if it goes over one page. There are pictures in the skip this row area so i cannot simply merge all rows....
For example:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Start of text string in this cell
[/TD]
[/TR]
[TR]
[TD]Skip this row
[/TD]
[/TR]
[TR]
[TD]Skip this row
[/TD]
[/TR]
[TR]
[TD]Skip this row
[/TD]
[/TR]
[TR]
[TD]Continue text string in this cell
[/TD]
[/TR]
</tbody>[/TABLE]
I have a text string in VBA that i insert in a cell on a worksheet, now this string can vary in length and may go across two pages. What i would like to do is
split this string into two cells if it goes over one page. There are pictures in the skip this row area so i cannot simply merge all rows....
For example:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Start of text string in this cell
[/TD]
[/TR]
[TR]
[TD]Skip this row
[/TD]
[/TR]
[TR]
[TD]Skip this row
[/TD]
[/TR]
[TR]
[TD]Skip this row
[/TD]
[/TR]
[TR]
[TD]Continue text string in this cell
[/TD]
[/TR]
</tbody>[/TABLE]