Hi
Aviram

Something I found in Macro's help' that might help you.
</
ActivePresentation.Slides(1).Shapes.Title _ .TextFrame.TextRange.Font.Italic = TrueActivePresentation.Slides(1).Shapes.Placeholders(1) _ .TextFrame.TextRange.Font.Italic = TrueActivePresentation.Slides(1).Shapes(1).TextFrame _ .TextRange.Font.Italic = True />Try Font.size instead of Font.Italic like the example above.I don't know if there is a way to control all the shape's section (titles, axis) on the same time.So you might change each section separatelly.Hope it will help you.Erez