| Feature: Insert new slide
(active slide's layout)
Shortcut Category:
Shortcuts for PowerPoint,
Shortcut Command: Insert new slide
(current layout) Default Shortcut
Keys: <None>
Description:
This features enables you to add a new
slide at the current location in the presentation. The new slide will have
the layout same as the active slide.
For calling from macros:
Sub PPShortcuts_InsertNewSlideWithCurrentLayout()
Application.Run "PPShortcuts.ppa!InsertNewSlideWithCurrentLayout"
End Sub
|