PC Review


Reply
Thread Tools Rate Thread

Activating New Presentation dialog from vba?

 
 
Guest
Posts: n/a
 
      30th Mar 2004
Hi
I am trying to create a vba script activating the 'New
Presentation' dialog containing templates. The dialog is
activated from the Task Pane called New Presentation and
from a link called 'On my computer...'
Is it possible to do that? How?
I am working in Office 2003.

Thanks in advance

 
Reply With Quote
 
 
 
 
Brian Reilly, MS MVP
Guest
Posts: n/a
 
      30th Mar 2004
See if this does what you want.

Presentations.Add WithWindow:=msoTrue

ActiveWindow.View.GotoSlide_
Index:=ActivePresentation.Slides.Add(Index:=1,_
Layout:=ppLayoutTitle).SlideIndex

Application.CommandBars("Format")_
..Controls("Slide Design...").Execute

Sorry about the line breaks. It's three separate lines of code.

Brian Reilly, PowerPoint MVP
 
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
Tabs in the New Presentation Dialog Box DS Microsoft Powerpoint 1 29th Jan 2009 08:20 PM
Activating the right presentation in VBA JS Microsoft Powerpoint 3 21st Sep 2006 09:26 PM
New Presentation Dialog using VBA joel_dizon@yahoo.com Microsoft Powerpoint 0 8th Sep 2006 04:22 AM
Activating a dialog frame (Run Dialog) VILLABILLA Microsoft Excel Misc 5 12th Mar 2004 11:38 AM
Special cmdbar button activating Enable Macro dialog steve Microsoft Excel Programming 2 25th Jul 2003 05:42 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:44 PM.