StuckInTheMiddle
Programmer
Does anyone know if its possible to copy the text out of a word table so that each cell becomes plain text without the table formatting?
I know about "table/convert table to text option" and this is not satisfactory because if a cell has a long text in it the formatting gets all screwed.
For example my word table could look like this
[tt]
-----------------------
|1 |22222 |3 |
| |2222 | |
-----------------------
|4 |5 |6 |
-----------------------
|7 |8 |9 |
-----------------------
[/tt]
and everything I have attempted makes it look like this without the table formatting
[tt]
1 22222 2222 [highlight]3[/highlight]
4 5 6
7 8 9
[/tt]
You see that the 3 is pushed out, ideally I want this to be
[tt]
1 22222 3
[highlight]2222[/highlight]
4 5 6
7 8 9
[/tt]
With the long text stretching onto a new line, without effecting the layout of the text in the cell.
Any ideas appreciated,
I know about "table/convert table to text option" and this is not satisfactory because if a cell has a long text in it the formatting gets all screwed.
For example my word table could look like this
[tt]
-----------------------
|1 |22222 |3 |
| |2222 | |
-----------------------
|4 |5 |6 |
-----------------------
|7 |8 |9 |
-----------------------
[/tt]
and everything I have attempted makes it look like this without the table formatting
[tt]
1 22222 2222 [highlight]3[/highlight]
4 5 6
7 8 9
[/tt]
You see that the 3 is pushed out, ideally I want this to be
[tt]
1 22222 3
[highlight]2222[/highlight]
4 5 6
7 8 9
[/tt]
With the long text stretching onto a new line, without effecting the layout of the text in the cell.
Any ideas appreciated,