I am at my witts end with moving cell boarders in Word XP! What has happened in this version? Every time I move a boarder the whole table moves! Is there some trick I seem to be missing?
Kerry
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
Home » Forums » AskWoody support » Productivity software by function » MS Word and word processing help » Table boarder Madness! (2003)
When you click inside a table, handles appear near the upper left and lower right corners. Avoid these – the handle near the upper left corner lets you drag the entire table to another position (setting Text wrapping to ‘Around’), and the handle near the lower right corner lets you resize the table as a whole.
If you want to move the borders of a few cells (or of a row or column), select those cells (or row or column). Dragging a border should then affect the selection only (if possible).
What I am finding is that when I have a table with text in it and I want to resize a cell (move the border left or right) sometimes it works and sometimes it doesnt. By not working I mean that either the whole table becomes smaller or larger or the outside border of a row moves either in or out. The trouble is, sometimes it works and sometimes it doesnt and I dont know what causes this action. I cant get it to happen consistently.
I prefer to turn off the automatic resizing and do it all manually. I am old fashioned that way.
Table > Table Properties…, Table tab, Options… button, uncheck “Automatically resize to fit contents”
To move a column divider left or right using the ruler without resizing the entire table, hold the Shift key before and during the operation. The divider moves in some increment that I can’t recall. To position more precisely, switch to holding the Alt key.
The incrementatl distance that the border moves seems to be related to the grid settings. These are found under Draw on the drawing toolbar.
The grid setting need to be changed if you are trying to create a consistent metric document because they (like the default tab stops) are in fractions of an inch not in cm.
Here is the macro I use on each new Word installion.
Sub FixGridMetric()
‘ make the grid and tab stops metric
‘ FixGridMetric Macro
‘ Macro recorded 30/08/2005 by Judith McCrea
‘
With ActiveDocument
.SnapToGrid = True
.SnapToShapes = False
.GridDistanceHorizontal = CentimetersToPoints(0.1)
.GridDistanceVertical = CentimetersToPoints(0.1)
.GridSpaceBetweenHorizontalLines = 1
.GridSpaceBetweenVerticalLines = 1
.GridOriginFromMargin = True
End With
Options.DisplayGridLines = False
‘ Fix default tabs
ActiveDocument.DefaultTabStop = CentimetersToPoints(1)
End Sub
Hope this helps your understanding of what the table borders are doing.
Judith
Hi Kerry,
You must be aware of the fact that when you size a cell, you must have the cell selected. This will influence just the dimensions of that particular cell when you drag the border left or right. If you DO NOT have the cell selected, the entire column with be sized left or right when you have the mouse pointer over the vertical border of that column.
Hope this and the other replies have cleared this up for you…
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.