Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 1.35 KB

Project.application.selecttable.md

File metadata and controls

47 lines (26 loc) · 1.35 KB
title keywords f1_keywords ms.service ms.assetid ms.date ms.localizationpriority
Application.SelectTable method (Project)
vbapj.chm1516
vbapj.chm1516
project-server
8cf26b2d-4021-cf2a-8f0d-d033965f3629
06/08/2017
medium

Application.SelectTable method (Project)

Selects the entire table, when one or more items within a table shape are selected in a report.

Syntax

expression. SelectTable

expression A variable that represents an Application object.

Return value

Boolean

True if the table is selected; otherwise, False.

Remarks

When one or more items within a table shape are selected, the SelectTable method removes the selection highlighting of the item(s), and selects the entire table.

If the active view is not a report, the SelectTable method displays a dialog box with run-time error 1100, "The method is not available in this situation." If no item in a report is selected, or if an item in another kind of shape (not a table) is selected, Project shows run-time error -2147417848, "Automation error. The object invoked has disconnected from its clients."

See also

Application Object

ReportTable Object Shape.Table Property

[!includeSupport and feedback]