Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 769 Bytes

Excel.Application.WarnOnFunctionNameConflict.md

File metadata and controls

28 lines (17 loc) · 769 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.WarnOnFunctionNameConflict property (Excel)
vbaxl10.chm133305
vbaxl10.chm133305
Excel.Application.WarnOnFunctionNameConflict
c29a9dbc-cd1f-18cc-2d44-ec639b0e67fa
04/05/2019
medium

Application.WarnOnFunctionNameConflict property (Excel)

The WarnOnFunctionNameConflict property, when set to True, raises an alert if a developer tries to create a new function by using an existing function name. Read/write Boolean.

Syntax

expression.WarnOnFunctionNameConflict

expression A variable that represents an Application object.

[!includeSupport and feedback]