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
Forefront TMG - Outbound IPSec Connection gets blocked
Reason for MyProj.csproj.FileListAbso<wbr />lute.txt
Remove first 5 characters from SQL
Vista Home Basic & Vista Business - IE8 not supported
SQL Insert INTO script syntax error
How to copy rows from a table and put them in same table and joined to two other tables ?
Cisco ASA 5510 ASDM - Allowing PING AND TRACECERT through
find out an (x,y) location of a point on a circle's edge C#
Distributed transaction completed. Either enlist this session in a new transaction or the NULL transaction
Load into SQL Server From FoxPro database through SSIS