Is there a simple way to justify text in a messgae box Consdier the following text;
The number of lions = 23
The number of tigers = 2
The number of monkeys = 34
I would like the words and the equals signs to be left justified in the message box and I would like to right justify everything to the right of this. This would mean the numbers would all be right justified and line up properly as follows;
The number of lions = 23
The number of tigers = 2
The number of monkeys = 34
Is there a simple way to do this I am using VBA under MSWord 2002.