Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 830 Bytes

exists-method.md

File metadata and controls

33 lines (23 loc) · 830 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Exists method (Visual Basic for Applications)
vblr6.chm2181949
vblr6.chm2181949
Office.Exists
2892065c-f892-5337-c789-e1e5b556768b
12/14/2018
medium

Exists method

Returns True if a specified key exists in the Dictionary object; False if it does not.

Syntax

object.Exists (key)

The Exists method syntax has these parts:

Part Description
object Required. Always the name of a Dictionary object.
key Required. Key value being searched for in the Dictionary object.

See also

[!includeSupport and feedback]