Ask cell (Custom Properties section)

Microsoft Office ShapeSheet

Ask cell (Custom Properties section)

See also       

Determines whether a user is queried to enter custom property information for a shape when an instance is created or the shape is duplicated or copied.

Value

Description

TRUE

Ask user to enter custom property data in the Custom Properties dialog box.

FALSE

Do not ask user to enter data.

Remarks

To reference the Ask cell by name from another formula, or from a program using the Cells property, use:

Cell name:

Prop.Name.Verify
where Prop.Name is the name of the custom property row

To reference the Ask cell by index from a program, use the CellsSRC property with the following arguments:

Section index:

visSectionProp

Row index:

visRowProp + i
where i = 0, 1, 2,…

Cell index:

visCustPropsAsk