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
System.NullReferenceExcept<wbr />ion Was Unhandled By User Code When Looping Through DataSet
SBSmonitoring.mdf too large
Passing Parameters to Crystal Report Viewer - ASP.Net / C#.Net
Linking to Word document from Access Table or Query
Application.LoadFromText automation
How do you tell visual studio to reindent all code so you can match up the "if/else" "while", and strucs like that
Error exporting to PDF when report language is set to French
Asp.Net aspx page can page be reloaded and retain Values
Visual Foxpro 7.0 training
run macro on all worksheets in workbook