I need your help to align the text inside text box and to control the text box line color or to make it non bordered
The code i use is:
ActiveSheet.Shapes.AddTextbox(msoTextOrientationHorizontal, Range("Q26") - 10, Range("R26") + 5, _
Range("S26") + 20, 20).TextFrame.Characters.Text = Range("S26")
With Selection.Characters(Start:=1, Length:=16).Font
.Name = "Calibri"
.FontStyle = "Regular"
End With
oh one more thing, If I want to make it vertically it rotates down.How can I make the text inside text box rotates up instead
Please if any one can help me in that, I have searched the net a lot but I couldn't find that 
Moderator's Edit: Use code tags when posting code. To do so in future, select your code and click on the # icon at the top of your post window.
Bookmarks