D
david.f.jenkins
[I also mistakenly posted this in microsoft.public.office.developer.vba
- meant to put it here all along. Sorry for the double-post.]
I'm attempting to write code that will capitalize the first word of
text in a bullet, but only if selected text incorporates the first word
of the bullet. To do so, I think I need to know:
a) If the selected text is contained in a paragraph that has been
formatted as part of a bullet (I think I can figure that out)
b) If the text that has been selected starts with the first word in the
bulleted paragraph
It's (b) that's got me stumped. Can anyone offer any suggestions as to
how to get this done in VBA?
- meant to put it here all along. Sorry for the double-post.]
I'm attempting to write code that will capitalize the first word of
text in a bullet, but only if selected text incorporates the first word
of the bullet. To do so, I think I need to know:
a) If the selected text is contained in a paragraph that has been
formatted as part of a bullet (I think I can figure that out)
b) If the text that has been selected starts with the first word in the
bulleted paragraph
It's (b) that's got me stumped. Can anyone offer any suggestions as to
how to get this done in VBA?