PromptCount

This function will return the number of prompts that exist in an application. It is typically used when looping through the prompts to set properties like Visible.

Group: Application-Based Extension


Syntax: vValue = App.PromptCount

vValue     (Variant) the number of prompts in the current application

Example:

Dim iVal As Integer

iVal = App.PromptCount