Hi
Is there a way of distinguishing between the following paras? I need to know which one is a bullet & which is normal. the style is Normal for both paras.
Screenshot attached.
![]() |
There are isolated problems with current patches, but they are well-known and documented on this site. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
Home » Forums » AskWoody support » Productivity software by function » MS Word and word processing help » Distinguish between two para with same style (All)
My apologies. Distinguish betweet the para starting with a bullet and the standard paras following it. Oh! I get it. It is actually one para with new lines only. OK. No worries. I will look bit more into it then.
Perhaps, I shouldn’t have attached the sample. Anyway, thinking about it (going back to my original question) how would we distinguish two para – one with bullet and one without? I can’t see anything in terms of the style. For example,
Para1 alsdjasldj asldkjasl daslkdj alsjdlasdjaskldjklasd
[Bullet]Para2 ,xmcxcm,vn xncv,xcnv ,xmn v,xcmvnx,vnxc,mvnxm,cvn x,nv,xcnv
ParaX asldjasldjkaskldjas djkals dlkasjd laskjd aslkdjalsdjalsdj askldjlaskdj
[Bullet]Paray askldjlaksjdas daskldjaskldjas dklasdjlaskdjlaskdjklasjdklasdjl
If you have a variable rng of type Range (it could be the current selection, or a specific paragraph), you can inspect its ListFormat.ListTemplate property:
If rng.ListFormat.ListTemplate Is Nothing Then
‘ No bullets or numbering
Else
‘ Bullets or numbering
End If
You can also look at the ListParagraphs collection:
If rng.ListParagraphs.Count = 0 Then
‘ No bullets or numbering
Else
‘ Bullets or numbering
End If
If the question is “how can I tell which of these TWO paragraphs has a bullet character typed as the first character, and which is auto-bulleted,” rather than “which of these TWO THOUSAND paragraphs,” there are two easy indicators:
1) On the Formatting toolbar, a button is provided (by default in that toolbar, I think) that can be pressed to “bullet” a paragraph, and when the cursor is resting in such a bulleted paragraph, the button bears its “depressed” look, but if the bullet has been manually inserted, the button looks non-depressed (hmm, what would Freud say?).
2) Pressing Shift-F1 opens the “Reveal Formatting” sidebar, and, with the cursor in any paragraph, such things as font and language and bullets or no bullets are spelled out in the sidebar (not sure “sidebar” is correct name for this info box that is docked on the right side, sorry).
Judy
Another idea, very visual:
3) To globally “mark” every bullet character that has been hard-typed in, you could copy and insert that bullet character into EDIT-FIND, and also on-check the “Highlight all items found in” checkbox just below the “Find what” box. Then pressing “Find All” will temporarily highlight all of the manual bullets in the doc.
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.
Notifications