Edward,
In PPT 2003, you can use the following commands:
'Increase indent
Commandbars.FindControl(Id:=3507).Execute
'Decrease indent
Commandbars.FindControl(Id:=3508).Execute
Regards,
Shyam Pillai
Animation Carbon -
http://www.animationcarbon.com
"Edward" <(E-Mail Removed)> wrote in message
news:5EEFCE23-A00F-4209-9444-(E-Mail Removed)...
> Hi Everybody,
> I want to call PP's builtin commands (in this case decrease and increase
> indenet) in my VBA code , How should I do it?
> I know how to write the code for indent increase or decrease but instead
> of
> writing my code I though it would be nice to call builtin functions
> instead
> of writing my own, but unlike Excel or Word I can't see those builtin
> commands in macros list .Any suggestions?
> --
> Best regards,
> Edward