View Single Post
 
Old 01-31-2019, 05:18 PM
Guessed's Avatar
Guessed Guessed is offline Windows 10 Office 2016
Expert
 
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 4,176
Guessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant future
Default

The bullet is probably the letter m in a different font (eg Wingdings) so you will most likely need to add that font to the find/replace section of your code.
I think this is something along the lines of...
.Text = "^77"
.Font.Name = "Wingdings"

You need to select a bullet and have a look at what font name is applied to it and replace Wingdings accordingly.
__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
Reply With Quote