G
George
Hi
PPT 2003:
I try to format a TextFrame with bullets by VBA.
How can I format the frame that there is a space
between the bullet and the text.
Manually I can just drag the marker in the scale.
When I record this action with the macro-editor,
there is no code in the macro afterwords.
In Word-VBA the code is something like
Selection.LeftIndent = x
or Selection.FirstLineIndent = -x
Thanks for any help.
Best Regards, George
PPT 2003:
I try to format a TextFrame with bullets by VBA.
How can I format the frame that there is a space
between the bullet and the text.
Manually I can just drag the marker in the scale.
When I record this action with the macro-editor,
there is no code in the macro afterwords.
In Word-VBA the code is something like
Selection.LeftIndent = x
or Selection.FirstLineIndent = -x
Thanks for any help.
Best Regards, George