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
AutoFill field when a selection is Selected
Everytime the computer boots up, i'm prompted with a "restart required now"
CanGrow /ShouldGrow
how to correct the error 257
can i install windows 7 on an external USB hard disk ?.
Using an Enum to limit the property vales of a class
How do I use RecordSelectionFormula to pass dates via VS 2005 to Crystal report 2008?
IP change on Win2K Server DC
How to read contents of Macros using VBA
Overcome Excel MAX num of nested if statement