The default line weight in the Word 2003 Tables & Borders toolbar is 1/2 point.
Is there anywhere I can change the default to 3/4 point and have it remain 3/4 point?
TIA,
gg
![]() |
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 » change default line weight (Word 2003 SP1)
No, that is not possible. You can file a request with Microsoft: How to Contact the Microsoft Wish Program, but don’t hold your breath.
Georgette
I am aware this is not quite what you are looking for I have written this:
Sub TableLineChange()
For Each aTable In ActiveDocument.Tables
aTable.Select
Selection.ParagraphFormat.LineSpacing = LinesToPoints(0.75)
Next aTable
End Sub
Does this help while you wait for the wish list from Microsoft
(Edited by Andrew Lockton on 05-May-05 09:53. Further playing and re-reading the original post suggested another solution.)
My version of Word 2003 shows the default line thickness according to the current table selected when I go to the dialog. For example, if my cursor is in a table with 4pt lines then the weight that appears in the Format Borders dialog is 4pt.
Now what you can do is modify the default table style. If you are using table styles (and you should ) then all you have to do is show the preferred table style (with 3/4 borders) in the task pane and then right click it and choose ‘Set as Default Table Style’. You will be presented with a dialog that asks if you want to apply this only to this document or to all documents created with the attached template. Once this is done, you should be able to create new tables and find that the default line thicknesses appear as 3/4 points.
—————–
I just re-read your post and realised that you were talking about the Tables and Borders toolbar rather than the Format > Borders and Shading dialog. The line weight and colour (in both places) is sticky so that whatever you have chosen to apply will remain as the default until you change it (or restart Word). Therefore it should be simple enough to run an auto-macro (in Normal perhaps) that sets your preference for borders.
I am trying to make my Word choices on the Tables & Borders toolbar compliant with our company’s automatic table-generating macro (MACRO = if you choose a table without any merged cells and run the macro it sets the line thickness to 3/4 pt. [except for the line under the header which is 1.5 pt] and sets styles for the text
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.