Urgent! Enable the ""Use printer metrics to layout documents" option by program

R

Rayman

Dear All,

Any expert can tell how how to enable the "Tools-> Options->Compatibility -> Use printer metrics to layout documents"
by VB or VBA or VB script?

Many thanks for your help!

Br,
Rayman
 
J

Jonathan West

Dear All,

Any expert can tell how how to enable the "Tools-> Options->Compatibility ->
Use printer metrics to layout documents"
by VB or VBA or VB script?

Many thanks for your help!

Br,
Rayman



try this

Options.Compatibility(wdUsePrinterMetrics) = True
 
Top