Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can anyone tell me how to set the vertical alignment of text in
userform labels in VBA in Excel 2000. Thanks Dave |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Dave,
One possibility: Private Sub UserForm_Initialize() Me.Label1.Caption = "D" & vbLf & "A" & vbLf & "V" & vbLf & "E" Me.Label1.AutoSize = True End Sub Regards, MP "dht" a écrit dans le message de om... Can anyone tell me how to set the vertical alignment of text in userform labels in VBA in Excel 2000. Thanks Dave |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
In Cell alignment, how do I update the default vertical alignment | Setting up and Configuration of Excel | |||
How do I change default vertical text alignment in Excel 2003? | Excel Discussion (Misc queries) | |||
vertical text alignment problem when printing | Excel Discussion (Misc queries) | |||
I can't see all the text in a text box (vertical alignment)??? | Excel Discussion (Misc queries) | |||
Top alignment with vertical text? | Excel Discussion (Misc queries) |