-
VBA - center text cmd???
I am writing a small app using VB in MS Word. I want to be able to left justify my text, but it is all showing up centered. I also want to bold some parts and not others.
I have a great search routine that is finding the items, but I just can't seem to figure out how to align it the way I want and add bolding.
Any suggestions or comments appreciated.
mikef
-
post your search routine....
-
Tip:
In Word record a Macro to do the justification. Then you can edit that macro which will give you access to the VBA code (written by recording the Macro) to which you can cut n paste / modify to suit
you VBA application. Good tip - record a Macro.
Bruce.