S
Steve
Can I use an expression in a Replacement.Text? Here's what I want to do:
.Text = "([0-9]{1,})<space>([Mm])" ' "<space>" is
an actual space
.Replacement.Text = "\1^s" & UCase("\2")
I want to find any number followed by a space and an "M" or "m", then
replace it with the same number, a non-breaking space and an upper case "M".
I can't get this to work. Is there another way to do this if I can't use the
calculated expression?
Steve
.Text = "([0-9]{1,})<space>([Mm])" ' "<space>" is
an actual space
.Replacement.Text = "\1^s" & UCase("\2")
I want to find any number followed by a space and an "M" or "m", then
replace it with the same number, a non-breaking space and an upper case "M".
I can't get this to work. Is there another way to do this if I can't use the
calculated expression?
Steve