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
Make screen captcher ralative to the form not the screen
Outlook Express could not be started because MSOE.DLL could not be loaded
SSIS: Using a parameter for connection string
is there file sharing limit on win 7 pro?
Access Pretected Folders on the Network using different Credentials
Creating batch file
select item in listbox via VBA in form onload event
Acrobat will not open in a new window from IE
Access TableAdapter and TableAdapter Query for one DataGridView?
How to freeze data without affecting other users