E
Eatwell
I have been trying to finalize a document by running a macro to "cleanup"
page setup values. I want to havea header setup in the end of InchesToPoints
(.38). The document page setup is with A4 paper sizing. The code that is
giving me the run-time error is:
docWd.PageSetup.HeaderDistance = InchesToPoints(0.38)
when I get to that point in the code and hover, the value is 84.95 on the
left-hand side. Does anyone have any ideas?
Thanks.
page setup values. I want to havea header setup in the end of InchesToPoints
(.38). The document page setup is with A4 paper sizing. The code that is
giving me the run-time error is:
docWd.PageSetup.HeaderDistance = InchesToPoints(0.38)
when I get to that point in the code and hover, the value is 84.95 on the
left-hand side. Does anyone have any ideas?
Thanks.