MakeSameSize Method

Makes the currently selected object's specified dimensions the same size. It is the equivalent to selecting MakeSameSize from the Format menu.

Syntax

object.MakeSameSize type

Properties

The MakeSameSize method syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

type

Integer. The dimension to be used.
Valid entries:

0 – Height
1 – Width
2 – Both

Remarks

MakeSameSize is a Configuration environment method only.

 

Example

Applies To