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
DoCmd.TransferSpreadsheet acImport and Excel field size >255
TabletServicePen error on Fujitsu tablet pc
Search a word in a folder
USB device in VMware
Selecting and Viewing Range of Dates by Month in Access Query
Why M/S updates wanting to update Software not installed?
Send/receive fax via ms access
cannot start ccmsetup service error 1053 sccm
Access control inside nested gridview
WSUS Running