Microsoft Powerpoint - Formating wildcards between 2 string

Asked By aveo on 16-Sep-14 12:19 AM
All,

I am looking to perform a wildcard search and change the color to blue in a PowerPoint 2010 macro.
I wish to find text between 2 strings on every slide and change it color format to blue, including it's 2 strings
Here is an example:

Number 1: alpha, beta
Number 2: charlie

So, i want to search for the text between the "N" and ":" string, and change
only it's color format to blue, including "N" and ":" string
So the "Number 1:" and "Number 2:" text on example above change it's color to blue

Can something like this be done in a PowerPoint macro?

Thanks