共用方式為


PowerPoint) (應用程式物件

代表整個 Microsoft PowerPoint 應用程式。

註解

Application 物件包含:

  • 整個應用程式的設定和選項 (例如,使用中印表機的名稱)。

  • 傳回最上層物件,例如 ActivePresentationWindows 屬性。

當您撰寫要從 PowerPoint 執行的程式碼時,您可以使用無物件辨識符號的 應用程式 物件的下列屬性: ActivePresentationActiveWindowAddInsPresentationsSlideShowWindowsWindows

例如,您可以撰寫 ,而不是撰寫 Application.ActiveWindow.Height = 200ActiveWindow.Height = 200

範例

使用應用程式屬性來傳回應用程式物件。 下列範例會傳回程式檔案的路徑。

Dim MyPath As String

MyPath = Application.Path

下列範例會在其他應用程式建立 PowerPoint Application 物件、 啟動 PowerPoint (如果尚未執行),然後開啟名為"Ex_a2a.ppt"的現有簡報。

Set ppt = New PowerPoint.Application

ppt.Visible = True

ppt.Presentations.Open "c:\My Documents\ex_a2a.ppt"

事件

名稱
AfterDragDropOnSlide
AfterNewPresentation
AfterPresentationOpen
AfterShapeSizeChange
ColorSchemeChanged
NewPresentation
PresentationBeforeClose
PresentationBeforeSave
PresentationClose
PresentationCloseFinal
PresentationNewSlide
PresentationOpen
PresentationPrint
PresentationSave
PresentationSync
ProtectedViewWindowActivate
ProtectedViewWindowBeforeClose
ProtectedViewWindowBeforeEdit
ProtectedViewWindowDeactivate
ProtectedViewWindowOpen
SlideSelectionChanged
SlideShowBegin
SlideShowEnd
SlideShowNextBuild
SlideShowNextClick
SlideShowNextSlide
SlideShowOnNext
SlideShowOnPrevious
WindowActivate
WindowBeforeDoubleClick
WindowBeforeRightClick
WindowDeactivate
WindowSelectionChange

方法

名稱
Activate
Help
OpenThemeFile
Quit
Run
StartNewUndoEntry

屬性

名稱
Active
ActiveEncryptionSession
ActivePresentation
ActivePrinter
ActiveProtectedViewWindow
ActiveWindow
AddIns
Assistance
AutoCorrect
AutomationSecurity
組建
Caption
ChartDataPointTrack
COMAddIns
CommandBars
Creator
DisplayAlerts
DisplayDocumentInformationPanel
DisplayGridLines
DisplayGuides
FeatureInstall
FileConverters
FileDialog
FileValidation
Height
IsSandboxed
LanguageSettings
Left
名稱
NewPresentation
OperatingSystem
選項
Path
簡報
ProductCode
ProtectedViewWindows
SensitivityLabelPolicy
ShowStartupDialog
ShowWindowsInTaskbar
SlideShowWindows
SmartArtColors
SmartArtLayouts
SmartArtQuickStyles
Top
VBE
Version
Visible
Width
Windows
WindowState

另請參閱

PowerPoint 物件模型參考資料

支援和意見反應

有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應