Skip to content

Latest commit

 

History

History
49 lines (27 loc) · 1022 Bytes

PowerPoint.AddIns.Add.md

File metadata and controls

49 lines (27 loc) · 1022 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
AddIns.Add method (PowerPoint)
vbapp10.chm520004
vbapp10.chm520004
PowerPoint.AddIns.Add
e476e0dc-e82b-c460-822b-def325330514
06/08/2017
medium

AddIns.Add method (PowerPoint)

Returns an AddIn object that represents an add-in file added to the list of add-ins.

Syntax

expression.Add (FileName)

expression A variable that represents an AddIns object.

Parameters

Name Required/Optional Data type Description
FileName Required String The full name of the file (including the path and file name extension) that contains the add-in you want to add to the list of add-ins.

Return value

AddIn

Remarks

This method doesn't load the new add-in. You must set the Loaded property to load the add-in.

See also

AddIns Object

[!includeSupport and feedback]