Share

PromptMessage.Display Method

Parent Object: PromptMessage

Description

Method that displays this prompt message. This is applicable for custom prompt messages.

Syntax

PromptMessage.Display( [PromptStrings] As Variant ) As Long

Parameters

Name Type Description
PromptStrings Variant Optional input the String array that specifies the String values for placeholders specified in the PromptText. The placeholders in PromptText will be replaced by this String array sequentially.

This is an optional argument whose default value is null.

Version

Introduced in version 2025.1

Was this information helpful?