Footer Height Error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
I believe the height of the page footer (and header) is read only. It can
only be set while in design view.
 
Back
Top