align text in Labels and TextBoxes

R

Robert

Hi!

In a UserForm I want to align text vertical in Labels and TextBoxes.
Getting text on the same height would be much easier if I could center
vertical. Going through the Properties of both - I cannot find a setting.

Suggestions anyone?

TIA - Robert
 
P

Peter Hewett

Hi Robert

There is no vertical alignment property. All you can do is set the Top property of the
Label and TextBox manually and then preserve that relative difference in subsequent rows.

HTH + Cheers - Peter
 
Top