how do I change measurement from cms. into inches

D

David

From Tools on the Menu Bar choose Options, Then the general Tab, in there you
will see Measurement units, change this to inches.

David
 
J

Jonathan West

confused said:
can anyone advise how I change ruler measurements from cms. into inches?

Through the user interface, go to Tools, Options, click the General tab on
the dialog, and change the "Measurement units" dropdown to inches.

In VBA, use the following line of code

Options.MeasurementUnit = wdInches
 
Top