PasswordEdit Property

Applies To

EditBox Object, EditBoxes Collection.

Description

True if the edit box displays its contents as a series of asterisks. This property is available only in Microsoft Excel for Windows 95. Read-write.

Example

This example sets edit box one to display asterisks when the user enters data.


DialogSheets(1).EditBoxes(1).PasswordEdit = True