![]() |
|
#4
|
||||
|
||||
|
to find out what ASCII code number is required to identify your bullets, select one of them and then run the following code in the VBA Immediate Window
? Asc(Selection.Text) This will return a number which can then be used in your code Chr(xxx) Note that your code is looking for a bullet with a space either side of it. Typically, bullets are found with a tab after them and nothing before. Check that if you are still not getting hits with that replacement.
__________________
Andrew Lockton Chrysalis Design, Melbourne Australia |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Replacing a comment with underline or other formatting (or adding that formatting to commented text) | paulkaye | Word | 4 | 05-16-2016 05:38 AM |
The Logic Behind Apply Formatting of Surrounding Text in Reveal Formatting Pane
|
Instructor Mark | Word | 4 | 04-06-2016 01:32 PM |
How to do a find and replace on formatting for partial word formatting.
|
BrianSvanvik | Word | 2 | 09-04-2015 01:20 PM |
| Find and Replace, Formatting, Formatting Formula | kjxavier | Word | 1 | 07-04-2014 09:11 AM |
| Formatting contents after Tab of continuous lines or formatting specific area of word | pawii | Word | 1 | 05-12-2014 05:24 AM |