Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 925 Bytes

Project.Tables.Copy.md

File metadata and controls

46 lines (27 loc) · 925 Bytes
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Tables.Copy method (Project)
vbapj.chm132701
vbapj.chm132701
project-server
Project.Tables.Copy
dfc2f25b-e60c-ef25-9e7c-2808ce76a4ba
06/08/2017
medium

Tables.Copy method (Project)

Makes a copy of a group definition for the Tables collection and returns a reference to the Table object.

Syntax

expression.Copy (Source, NewName)

expression A variable that represents a 'Tables' object.

Parameters

Name Required/Optional Data type Description
Source Required String The name of the table to copy.
NewName Required String The name of the new table.

Return value

Table

See also

Tables Collection Object

[!includeSupport and feedback]