Hi Scott,
As far as I know there is not a cpmmand that will the formatting in 1 go.
This is what I suggest.
Place several objects of differing types on a form including TextBoxes. Utilising a button that you have placed on the form place this code in it's Click event for a demonstration.
'============== ==============
CODE:
Private Sub Command1_Click( )
Dim obj As Object...
Leave a comment: