Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #3  
Old 02-21-2023, 12:30 AM
alex100 alex100 is offline I can't replace some bullet points (chr 183) Windows 7 64bit I can't replace some bullet points (chr 183) Office 2016
Advanced Beginner
I can't replace some bullet points (chr 183)
 
Join Date: May 2020
Posts: 79
alex100 is on a distinguished road
Default

> record the find/replace as a macro

Thank you for your suggestion! I recorded a macro and the bullet code is different than the one that was shown in the 'Insert > Symbol' menu. That was 'Chr(183)' and the new one is 'ChrW(61623)'.

It is working great now! Below you can see the recorded script.

Alex

Code:
Selection.Find.ClearFormatting
Selection.Find.Replacement.ClearFormatting
With Selection.Find
    .Text = ChrW(61623)
    .Replacement.Text = "-"
    .Forward = True
    .Wrap = wdFindAsk
    .Format = False
    .MatchCase = False
    .MatchWholeWord = False
    .MatchAllWordForms = False
    .MatchSoundsLike = False
    .MatchWildcards = True
End With
Selection.Find.Execute Replace:=wdReplaceAll
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Bullet-points Spacing's France6 Word 5 02-07-2017 06:08 PM
I can't replace some bullet points (chr 183) Trouble using bullet points / sub bullet points within Word 2013 Mr Davo Word 2 04-18-2016 04:31 PM
I can't replace some bullet points (chr 183) Bullet points with text? jjmclell Word 2 03-01-2013 11:42 AM
Advanced search and replace for bullet points TishyMouse Word 5 02-17-2012 06:32 AM
Bullet points shortcut OfficeAppentice Word 1 04-30-2010 04:13 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 07:55 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft