PC Review


Reply
Thread Tools Rate Thread

How to call PP's builtin commands in VBA

 
 
Edward
Guest
Posts: n/a
 
      18th Oct 2008
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
 
Reply With Quote
 
 
 
 
Shyam Pillai
Guest
Posts: n/a
 
      18th Oct 2008
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


 
Reply With Quote
 
Edward
Guest
Posts: n/a
 
      18th Oct 2008
Shyam , you and Steve really helped me through out this process . I really
appreciate your help , and as I always say Microsoft and MSOffice community
owes a lot to you MVP guys.
Thanks a lot.
--
Best regards,
Edward


"Shyam Pillai" wrote:

> 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

>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I call MS DOS commands from Macro. MrDan8 Microsoft Excel Misc 2 27th Jun 2006 07:37 PM
Convert 'Open Report' commands to 'Output to' commands Leslie Isaacs Microsoft Access Macros 9 7th Mar 2005 06:03 PM
Convert 'Open Report' commands to 'Output to' commands Leslie Isaacs Microsoft Access VBA Modules 9 7th Mar 2005 06:03 PM
Complete Free Space Report using ONLY builtin commands guard Microsoft Windows 2000 CMD Promt 10 19th Apr 2004 11:08 PM
Builtin Jairo Patiņo Microsoft Windows 2000 Group Policy 1 17th Feb 2004 09:58 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:06 PM.