Skip to content

Files

Latest commit

 

History

History
47 lines (28 loc) · 1.22 KB

PowerPoint.Presentation.MergeWithBaseline.md

File metadata and controls

47 lines (28 loc) · 1.22 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Presentation.MergeWithBaseline method (PowerPoint)
vbapp10.chm583113
vbapp10.chm583113
PowerPoint.Presentation.MergeWithBaseline
13d9c680-fedc-7c69-5630-b814e6a7463e
06/08/2017
medium

Presentation.MergeWithBaseline method (PowerPoint)

Note

This object or member has been deprecated, but it remains part of the object model for backward compatibility. You should not use it in new applications.

Merges a presentation into another presentation.

Syntax

expression. MergeWithBaseline( _withPresentation_, _baselinePresentation_ )

expression A variable that represents a Presentation object.

Parameters

Name Required/Optional Data type Description
withPresentation Required String The path that points to the presentation to be merged with the active presentation.
baselinePresentation Required String The path that points to the presentation to be used as baseline in the merge.

Return value

None

See also

Presentation Object

[!includeSupport and feedback]