-
WSjudithmc
AskWoody LoungerThanks for the idea. It is now working. But I don’t know why.
I had looked at the display name and found nothing wrong – no leading space, wrong spelling or anything. A few minutes ago, I changed the display name to “me” and it worked, so I pasted the original display name back and it still works.
Thanks for your time.
Judith -
WSjudithmc
AskWoody LoungerOctober 29, 2006 at 10:06 pm in reply to: Creating Paragraphs with Numbers and bullets (Word 2003/XP SP2) #1036173Julia,
I’m glad our ideas are helping you. Here are some more suggestions.
0) The screen shots didn’t attach. Be careful with screen shots, they often exceed the 100K limit for attachments.
1) I’ve noticed that you have used all uppercase. Unless you really need it in capitals, you should use upper and lower case – it is much more readable.
2) Getting rid of blank lines like Stuart suggested is a very good idea.
3) I notice you have put blank spaces in song 4. Blank spaces are a bad idea. If you want to keep “Sai Ram” together, put a non-break space between the words not a normal space. Use Insert->Symbol->Special Characters->Nonbreaking Space.
4) To be consistent with the styles I defined for you, get rid of the capital letters in your new styles and make them Chorus Line and Translation Spanish Line.
One reason for being absolutely consistent is that it is much easier to make changes later.
Best of luck,
Judith -
WSjudithmc
AskWoody LoungerThe 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 -
WSjudithmc
AskWoody LoungerThanks for the reply. It’s getting closer now.
2 is recognised as FALSE since it’s not 1 – but in the real document the bookmarks P1, P2 etc are never on the same page.
I found I had to add an operator and a second expression.
The final field is pretty complex and will need to be revised if I add a Part 9 but it seems to work OK.
The first page of each Part has a local TOC. If the toc goes to a second page, the header is wrong, but that’s not as bad as having the header wrong for the first page of each Part.
Thanks,
Judith -
WSjudithmc
AskWoody LoungerOctober 5, 2006 at 10:27 pm in reply to: Setting up standard word documents (MS Word 2002 SP3) #1031988The macro seems to have another consequence.
Because this macro does not select on sty.Inuse, it also affects all built-in paragraph styles that aren’t in use, and because of this they become InUse.
This is probably good. When I’m trying to control users, I find it best to redefine ALL built-in styles to my standard because otherwise users can switch from StylesInUse to AllStyles and chose a style Microsoft have defined.If you don’t like this effect, you could combine this macro with Hans’s one.
Regards,
Judith -
WSjudithmc
AskWoody LoungerOctober 4, 2006 at 11:25 pm in reply to: Creating Paragraphs with Numbers and bullets (Word 2003/XP SP2) #1031780Julia,
We seem to have thrown you in the deep end – but believe me it’s necessary. What you are trying to do is quite sophisticated, and what you’ll learn by doing it will stand you in good stead. Once you’ve found the power of styles, you’ll save so much time and effort.Numbering in Word is full of bugs! Some are by design and some are just bugs. Shauna’s article is the best starting point I know for avoiding the bugs.
As Stuart said, you need the Outline list because you have two levels.
The point I must stress is “Never change numbering or indents without starting at the highest level of the outline list”.In your case, always start at First Song Line. You can change the font, space before, justification, language and other features of Other Song Line using Format->Style.
To put it another way, if a feature can be changed through Format->Style->Numbering change it there and NEVER anywhere else.
Let us know how you go.
Judith
-
WSjudithmc
AskWoody LoungerOctober 3, 2006 at 11:37 pm in reply to: Creating Paragraphs with Numbers and bullets (Word 2003/XP SP2) #1031580Julia,
By the way, you don’t need numbers for an Index. Perhaps you mean Table of Contents?
Are you familiar with styles? Styles are the most powerful feature of Word.
Here is how I would approach the problem:
– Create 2 styles – “Other Song Line” and “First Song Line”
– Change Style for next paragraph in First Song Line to Other Song line.
– Set them up using outline numbering with First Song Line numbered and Other Song Line bulleted.
Be very careful to follow the advice in http://www.shaunakelly.com/word/numbering/…eNumbering.htmlI have attached a sample.
Best of luck,
Judith -
WSjudithmc
AskWoody LoungerThanks Stuart.
I added the parameter to leave nested tables (which are usually real tables) and changed the separator to paragraph mark since the first column of each layout table is usually a Heading 5 that I want to keep.
I cleaned up a 300 page document in seconds. Now I can change a few styles and remove the blank lines and print the finished document!
Thanks again,
JudithSub delTablesWithoutBorders()
‘macro to remove borderless tables used for layout in Information Mapping
Dim tbl As TableFor Each tbl In ActiveDocument.Tables
If Not tbl.Borders.Enable Then
tbl.ConvertToText Separator:=wdSeparateByParagraphs, NestedTables:=False
End If
Next tblEnd Sub
-
WSjudithmc
AskWoody LoungerDennis,
I’ve met documents like this with the main body formatted as Header and then direct formatted to “look right” – it’s a real nuisance to sort out.Have you used the “Style area”? – in Normal and Outline view, you can open up a narrow area on the left that shows the name of the style used in the paragraph. (This doesn’t work in tables).
Also , I use “Reveal formatting” and turn on “Distinguish style source”.One more thing about character formatting: It acts like a TOGGLE; for example, if your paragraph style font is italic (say you’ve defined a style “DirectQuote” and you apply the character style “Citation” to the name of a book within the paragraph, this will turn OFF the italic since both the paragraph style and the character style toggle italic.
Good luck.
Judith -
WSjudithmc
AskWoody LoungerSeptember 17, 2006 at 11:21 pm in reply to: Gremlins changing outline level (Word 2002 SP-2) #1029003Thanks Klaus,
I missed those problems. Thanks for listing them.
I’ve just added your macro to my “Fix Up Bugs” toolkit.
I come from a Markup background and NEVER use direct character formatting – Styles for everything!
I have mostly managed to avoid numbered lists (so no resets) and usually don’t worry whether the sub-headings start new pages or not.
Which is why I didn’t think of Restart Numbering as direct formatting.
Thanks for the warning.
Judith -
WSjudithmc
AskWoody LoungerSeptember 15, 2006 at 5:11 am in reply to: Gremlins changing outline level (Word 2002 SP-2) #1028718I used Document Map for the first time today and yes the Gremlins attacked the document.
I checked the Help and found Yes the gremlins are by design!
I’m just wondering about a simple fix. I never use direct formatting. If I use Select All ^A, followed by Reset Paragraph, will this fix all the outline levels without affecting any character formatting?
If so, I could use it when I first notice the gremlins, unlike ^Z which must be used immediately after the Doc Map is opened.
Regards,
Judith -
WSjudithmc
AskWoody LoungerDennis,
You’re looking for the labour intensive way to do it. There’s an easier and more permanent way.
Word has some excellent features including character styles. Why not define a Character Style, for example, “Citation”? Make the style italic. Add this style to your formatting toolbar just next to the italic button. From now on whenever you are citing a book, apply the style “Citation” instead of directly formatting it italic.
To bring all your existing documentation up to your new standard, do a search and replace and replace all italic text with the style “citation”.
Words etc formatted with a character style rarely change when the surrounding paragraph changes style.
Good luck,
Judith -
WSjudithmc
AskWoody LoungerThe network method has its own set of problems. I found that if anyone else had an open document attached to the template, I (with full permissions) still could not update the template because it was open. It was not practical to try to make everyone exit Word when I wanted to update the template.
We solved this by having a Drive G: where the template owner (me) had full rights, and a Drive H: where everyone (including me) had read only. Each night, the IT dept copied the templates from G: to H: even if the template on H: was in use by an open document.
This worked particularly well giving us a <24 hour turn around time for template updates.
Judith
-
WSjudithmc
AskWoody LoungerHi,
If your headers are different because they reflect the chapter name, you can create the different headers using a StyleRef field and accept the “Same as previous” setting. For example, StyleRef Heading 1 inserts the text from the most recent Heading 1. So the header changes as the chapter title changes.In fact, many of my documents have only one section (or 3 if there is an index) thus avoiding all the problems of section breaks.
For a more detailed header I might use two levels of heading:
{STYLEREF “Heading 1” * MERGEFORMAT} – {STYLEREF “Heading 2” * MERGEFORMAT} or use Chapter on left page and Heading 2 on right page.Regards,
Judith -
WSjudithmc
AskWoody LoungerThe icon you have described is probably Notepad. Somehow your system has been set to open Word documents using Notepad.
I assume the files are .doc files. Try this:
Right click on any .doc file.
Select Open With..
Select Choose Program…
Scroll down and select Word
Mark the box “Always use the selected program to open this kind of file”
Select OK.From now on all .doc files should show the Word icon.
Regards,
Judith
![]() |
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 |

Plus Membership
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.
Get Plus!
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.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Windows 11 Insider Preview Build 22635.5170 (23H2) released to BETA
by
joep517
55 minutes ago -
Has the Microsoft Account Sharing Problem Been Fixed?
by
jknauth
4 hours, 21 minutes ago -
W11 24H2 – Susan Bradley
by
G Pickerell
6 hours, 16 minutes ago -
7 tips to get the most out of Windows 11
by
Alex5723
4 hours, 17 minutes ago -
Using Office apps with non-Microsoft cloud services
by
Peter Deegan
10 hours, 25 minutes ago -
I installed Windows 11 24H2
by
Will Fastie
1 hour, 19 minutes ago -
NotifyIcons — Put that System tray to work!
by
Deanna McElveen
9 hours, 43 minutes ago -
Decisions to be made before moving to Windows 11
by
Susan Bradley
12 minutes ago -
Port of Seattle says ransomware breach impacts 90,000 people
by
Nibbled To Death By Ducks
17 hours, 58 minutes ago -
Looking for personal finance software with budgeting capabilities
by
cellsee6
2 hours, 11 minutes ago -
ATT/Yahoo Secure Mail Key
by
Lil88reb
2 hours, 25 minutes ago -
Devices with apps using sprotect.sys driver might stop responding
by
Alex5723
1 day, 11 hours ago -
Neowin – 20 times computers embarrassed themselves with public BSODs and goofups
by
EP
1 day, 19 hours ago -
Slow Down in Windows 10 performance after March 2025 updates ??
by
arbrich
21 hours, 51 minutes ago -
Mail from certain domains not delivered to my outlook.com address
by
pumphouse
1 day, 3 hours ago -
Is data that is in OneDrive also taking up space on my computer?
by
WShollis1818
1 day, 14 hours ago -
Nvidia just fixed an AMD Linux bug
by
Alex5723
3 days, 6 hours ago -
50 years and counting
by
Susan Bradley
4 hours, 35 minutes ago -
Fix Bluetooth Device Failed to Delete in Windows Settings
by
Drcard:))
7 hours, 24 minutes ago -
Licensing and pricing updates for on-premises server products coming July 2025
by
Alex5723
3 days, 17 hours ago -
Edge : Deprecating window.external.getHostEnvironmentValue()
by
Alex5723
3 days, 17 hours ago -
Rethinking Extension Data Consent: Clarity, Consistency, and Control
by
Alex5723
3 days, 17 hours ago -
OneNote and MS Word 365
by
CWBillow
3 days, 19 hours ago -
Ultimate Mac Buyers Guide 2025: Which Mac is Right For You?
by
Alex5723
3 days, 19 hours ago -
Intel Unison support ends on Windows 11 in June
by
Alex5723
3 days, 19 hours ago -
April 2025 — still issues with AMD + 24H2
by
Kevin Jones
1 day, 11 hours ago -
Windows 11 Insider Preview build 26200.5518 released to DEV
by
joep517
4 days, 7 hours ago -
Windows 11 Insider Preview build 26120.3671 (24H2) released to BETA
by
joep517
4 days, 7 hours ago -
Forcing(or trying to) save Local Documents to OneDrive
by
PateWilliam
4 days, 16 hours ago -
Hotpatch for Windows client now available (Enterprise)
by
Alex5723
4 days, 4 hours ago
Recent blog posts
Key Links
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.