Cell.ResultFromIntForce property (Visio)

Sets the value of a cell to an integer value, even if the cell's formula is protected with the GUARD function. Read/write.

Syntax

expression.ResultFromIntForce (UnitsNameOrCode)

expression A variable that represents a Cell object.

Parameters

Name Required/Optional Data type Description
UnitsNameOrCode Required Variant The units to use when setting the cell's value.

Return value

Long

Remarks

Use the ResultFromIntForce property to set a cell's value even if the cell's formula is protected with a GUARD function. Otherwise, it is identical in behavior to the ResultFromInt property.

Setting the ResultFromIntForce property is similar to setting a cell's ResultForce property. The difference is that the ResultFromIntForce property accepts an integer for the value of the cell, whereas the ResultForce property accepts a floating point number.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.