| View previous topic :: View next topic |
| Author |
Message |
bartoszg Newbie

Joined: 24 Jun 2004 Posts: 2
|
Posted: Thu Jun 24, 2004 1:53 am Post subject: How can i insert cell in table |
|
|
| One cell inside - as in M$ Word |
|
| Back to top |
|
 |
RGB Super User


Joined: 25 Nov 2003 Posts: 1743 Location: In Lombardy, near a glass of red Tuscany wine
|
Posted: Thu Jun 24, 2004 2:08 am Post subject: |
|
|
I'm not so sure about what you are asking for, but when you are inside a table, a toolbar appear on top, with tools like add or delete rows, add or delete columns, and split cells.
If you explain yourself a bit more, maybe we can found an answer |
|
| Back to top |
|
 |
bartoszg Newbie

Joined: 24 Jun 2004 Posts: 2
|
Posted: Thu Jun 24, 2004 2:30 am Post subject: |
|
|
I don't want to insert row - i need to insert a cell inside column and cells in this column must be moved down
If you have M$ Word - there is such option in menu |
|
| Back to top |
|
 |
RGB Super User


Joined: 25 Nov 2003 Posts: 1743 Location: In Lombardy, near a glass of red Tuscany wine
|
Posted: Thu Jun 24, 2004 3:04 am Post subject: |
|
|
| bartoszg wrote: | | i need to insert a cell inside column and cells in this column must be moved down |
What happen with the last cell? From three years that I don't use MSOffice, but I never saw a table with a cell hanging at the end. If you need to move your cell contents into empty cells, you need to do a cut and paste; if you need to add a cell, but in a way that two cells from the first column corresponds to one from the second, use "split cell, horizontal"
That is: | Code: |
From to
--------------- ------------------
a
--------------- ------------------
b a
--------------- ------------------
b
--------------- ------------------ |
Use cut and paste
for this | Code: |
-----------|---------- |
a | |
-----------| |
b | |
-----------|---------- |
|
Split cell |
|
| Back to top |
|
 |
peterthebike General User


Joined: 06 Jul 2005 Posts: 7
|
Posted: Wed Dec 14, 2005 7:52 am Post subject: |
|
|
An application that I have which needs what I believe is being described is address labels.
I have some address labels in a table because it gives the vertical centering that I need. However I sometimes need to insert a new address in the middle of the set of addresses. In WordPerfect I simply used ctrl + return on the first line of the address I wished to move back and it left a blank cell for me to insert the new address.
Tables are not always rows and columns. In this use they are just containers for data that give the formatting required. _________________ Peter Gregory
Ubuntu 5.10 |
|
| Back to top |
|
 |
jrkrideau Super User

Joined: 08 Aug 2005 Posts: 6733 Location: Kingston ON Canada
|
Posted: Wed Dec 14, 2005 9:12 am Post subject: |
|
|
| peterthebike wrote: | An application that I have which needs what I believe is being described is address labels.
I have some address labels in a table because it gives the vertical centering that I need. However I sometimes need to insert a new address in the middle of the set of addresses. In WordPerfect I simply used ctrl + return on the first line of the address I wished to move back and it left a blank cell for me to insert the new address.
Tables are not always rows and columns. In this use they are just containers for data that give the formatting required. |
I think all you need to do is select a cell where you want to insert the new address, and go Insert >Cells > _________________ jrkrideau
Kingston ON Canada
Currently using Windows 7 & OOo 3.4.0 and Ubuntu 12.04 & LibreOffice 3.5.2.2 |
|
| Back to top |
|
 |
peterthebike General User


Joined: 06 Jul 2005 Posts: 7
|
Posted: Wed Dec 14, 2005 9:30 am Post subject: |
|
|
| jrkrideau wrote: | | I think all you need to do is select a cell where you want to insert the new address, and go Insert >Cells > |
I am using OO 2.0 and I cannot see Cells under Insert. In fact the only reference I can see to tables under Insert is inserting a new table. Nothing either using right-click.
There is Table>Insert but then Table, Rows or Columns. _________________ Peter Gregory
Ubuntu 5.10 |
|
| Back to top |
|
 |
jrkrideau Super User

Joined: 08 Aug 2005 Posts: 6733 Location: Kingston ON Canada
|
Posted: Wed Dec 14, 2005 10:43 am Post subject: |
|
|
| peterthebike wrote: | | jrkrideau wrote: | | I think all you need to do is select a cell where you want to insert the new address, and go Insert >Cells > |
I am using OO 2.0 and I cannot see Cells under Insert. In fact the only reference I can see to tables under Insert is inserting a new table. Nothing either using right-click.
There is Table>Insert but then Table, Rows or Columns. |
My apologies. I was thinking of Calc. _________________ jrkrideau
Kingston ON Canada
Currently using Windows 7 & OOo 3.4.0 and Ubuntu 12.04 & LibreOffice 3.5.2.2 |
|
| Back to top |
|
 |
peterthebike General User


Joined: 06 Jul 2005 Posts: 7
|
Posted: Wed Dec 14, 2005 11:28 am Post subject: |
|
|
Thanks for trying.  _________________ Peter Gregory
Ubuntu 5.10 |
|
| Back to top |
|
 |
|