Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 911 Bytes

Project.Application.Alerts.md

File metadata and controls

44 lines (26 loc) · 911 Bytes
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.Alerts method (Project)
vbapj.chm10
vbapj.chm10
project-server
Project.Application.Alerts
58c935d9-35a3-953b-4003-dc88f8532854
06/08/2017
medium

Application.Alerts method (Project)

Determines whether alerts appear when a macro runs.

Syntax

expression. Alerts( _Show_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Show Optional Boolean True if Project displays error messages when a macro runs. The default value is True.

Return value

Boolean

Remarks

The Alerts method applies only to the macro that contains the method.

[!includeSupport and feedback]