sophisticatedpenguin
Technical User
Hi,
I have a Word document in which the text is styled. I want to search for the text in one particular style ("Puzzle Title"), which is at present all in upper case, and change it to be in Title Case. It seems like it should be possible but I'm really stuck. I know to use
to find the style, and I thought maybe I could use a loop of some kind.
Can anyone help me out with this?
Many thanks,
SP
I have a Word document in which the text is styled. I want to search for the text in one particular style ("Puzzle Title"), which is at present all in upper case, and change it to be in Title Case. It seems like it should be possible but I'm really stuck. I know to use
Code:
Selection.Find.Style = ActiveDocument.Styles("Puzzle Title")
to find the style, and I thought maybe I could use a loop of some kind.
Can anyone help me out with this?
Many thanks,
SP