EffectParameter.Value property (Office)

Retrieves or sets the value of the EffectParameter object. Read/write.

Syntax

expression.Value

expression An expression that returns an EffectParameter object.

Example

The following code sets the first parameter of the PictureEffect object as color temperature.

Dim picEffect As PictureEffect 
 
picEffect.EffectParameters(1).Value = MsoPictureEffectType.msoEffectColorTemperature

See also

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.