How do I right align labels I put in a userform?
G gmorris Apr 30, 2009 #2 Bishop;328444 said: How do I right align labels I put in a userform? Click to expand... If you're using the standard form controls, go to the properties window (F4 if it isn't showing already) and look for the TextAlign property which will let you align left, center or right. Pretty simple, eh?
Bishop;328444 said: How do I right align labels I put in a userform? Click to expand... If you're using the standard form controls, go to the properties window (F4 if it isn't showing already) and look for the TextAlign property which will let you align left, center or right. Pretty simple, eh?
R Ranjith Kurian Apr 30, 2009 #3 hi Right click on label and select properties, go to TextAlign and from dropdown select 3-fmTextAlignRight
hi Right click on label and select properties, go to TextAlign and from dropdown select 3-fmTextAlignRight
G gmorris Apr 30, 2009 #4 Ranjith said: hi Right click on label and select properties, go to TextAlign and from dropdown select 3-fmTextAlignRight Click to expand... I thought I said pretty much the same thing a few minutes ago...
Ranjith said: hi Right click on label and select properties, go to TextAlign and from dropdown select 3-fmTextAlignRight Click to expand... I thought I said pretty much the same thing a few minutes ago...