G
Guest
How do I do a “left justification†of a text title in a Command button?
John Phelan said:How do I do a "left justification" of a text title in a Command
button?
You can fake Left Alignment by padding the Caption with SPACE
characters. It does not always work via the control's Caption on the
Property Sheet but you can do it programmatically.
Me.Command12.Caption = "test "