PDA

View Full Version : rotate label from user form



white_flag
06-08-2011, 04:44 AM
Hello

It is an possibility to rotate an control label (Me.Controls("Label31")) with 90 °?

Kenneth Hobs
06-08-2011, 06:41 AM
There is no rotate property for that control.

You can resize a TextBox control and set the MultiLine property to True and change the text to this sort of thing.

T
E
X
T
B
O
X
1

white_flag
06-08-2011, 07:28 AM
thx Kenneth

I look on internet and I find that it is impossible to do this (or it is possible but to much effort)..and I need so bad to rotate some Labels. But I will live without this (rotate labels 90°) ...

Kenneth Hobs
06-08-2011, 07:57 AM
Another alternative is to use an Image object.