Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.21 KB

Project.Application.SelectEnd.md

File metadata and controls

44 lines (26 loc) · 1.21 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.SelectEnd method (Project)
vbapj.chm2042
vbapj.chm2042
project-server
Project.Application.SelectEnd
c1d050e7-739d-8a4f-01da-b8c093836733
06/08/2017
medium

Application.SelectEnd method (Project)

Selects the last cell in the active table that contains a resource or task.

Syntax

expression. SelectEnd( _Extend_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Extend Optional Boolean True if the current selection is extended to the last cell. If the active view is the Network Diagram or Resource Graph, Extend is ignored. The default value is False.

Return value

Boolean

Remarks

In the Resource Graph, SelectEnd selects the resource with the highest identification number. In the Network Diagram, SelectEnd selects the box closest to the lower-right corner of the view. The SelectEnd method is not available when the Calendar view is active.

[!includeSupport and feedback]