Footer Height Error

D

David Habercom

Why does this line give me an "Invalid Qualifier" error?

Me.PageFooter.Height = 2175

The error highlights ".PageFooter". I have tried the code in
PageFooter_Print & PageFooter_Format.

Thanks.
 
D

Duane Hookom

I believe the height of the page footer (and header) is read only. It can
only be set while in design view.
 
Top