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
Access SQL Query Question
I am trying to add an edit, delete function to an existing gridview
Make MFC app invisible on startup (Hide main dialog)
C# design question
Populating SharePoint Contact List from Active Directory
Printing question
I need some help with a batch file
MS Access Where to put the code to calculate a field using data from a record selected in a subform
How to add country flags near username on the forum topics?
MSASCUI.exe error on XP Pro