can anyone advise how I change ruler measurements from cms. into inches?
D David Aug 1, 2007 #2 From Tools on the Menu Bar choose Options, Then the general Tab, in there you will see Measurement units, change this to inches. 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 Aug 1, 2007 #3 confused said: can anyone advise how I change ruler measurements from cms. into inches? Click to expand... 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
confused said: can anyone advise how I change ruler measurements from cms. into inches? Click to expand... 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