Well, I have a multiple lists of numbers I want to put into a word table. Example:
Is there someway I can copy and paste the above into a word table so every new line is in its own row? So that it looks like this:
Of course, every cell is a different number, so instead of having to write 100 different numbers, I would rather copy and paste 10 times. Is there someway I can do this?
Code:
1 2 3 4 5 6 7 8 9 10
1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 |
3 | 3 | 3 | 3 | 3 | 3 | 3 | 3 | 3 |
4 | 4 | 4 | 4 | 4 | 4 | 4 | 4 | 4 |
5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 |
6 | 6 | 6 | 6 | 6 | 6 | 6 | 6 | 6 |
7 | 7 | 7 | 7 | 7 | 7 | 7 | 7 | 7 |
8 | 8 | 8 | 8 | 8 | 8 | 8 | 8 | 8 |
8 | 8 | 8 | 8 | 8 | 8 | 8 | 8 | 8 |
9 | 9 | 9 | 9 | 9 | 9 | 9 | 9 | 9 |
10 | 10 | 10 | 10 | 10 | 10 | 10 | 10 | 10 |
Of course, every cell is a different number, so instead of having to write 100 different numbers, I would rather copy and paste 10 times. Is there someway I can do this?
Last edited by HaiBai (2009-11-11 14:59:20)