Microsoft
Software
Hardware
Network
Question : VBA Powerpoint 2003/2007 - Align text inside a textbox/Shape
Got this code:
Dim s As Slide
Set s = ActivePresentation.Slides.
Add(1, ppLayoutBlank)
Dim t As Shape
Set t = s.Shapes.AddTextbox(msoTex
tOrientati
onHorizont
al, 10, 10, 100, 100)
t.TextFrame.TextRange.Text
= "asd"
Now i want to align the text inside the textbox to the left (default is center).
Any ideas, i am totally lost.
Answer : VBA Powerpoint 2003/2007 - Align text inside a textbox/Shape
Found the solution:
t.TextFrame.TextRange.Para
graphForma
t.Alignmen
t = ppAlignLeft
Random Solutions
How to sort complecated text in excel
How can I get the windows version from a dos prompt
How to force Outlook to save contacts into public contacts folder??
ADO connecting to access database - no named arguments
What is the Best Way to Setup Microsoft Access Record Navigation?
combining sql
"Target Account Name is Incorrect"
Problem with update query
What is the default Admin password for Access 2003 Workgroups?
Access Subdatasheet report II