I have a form representing an A4 page. The height is set
to 825, width 585, ScrollHeight is 1100.

Within the form is Frame1 (height 825, width 560). The
ScrollHeight is set to zero.

Q1. I can scroll to the bottom of the form, click a Print
button, and the form prints ...... but printed form is cropped (the top of
the form is missing). If I print via the
Immediate window, all is ok. Why is this please?

Q2. The primary function of the form is to allow input of
much text data into the form's primary textbox. Can I get
SpellCheck/CheckSpelling to operate on this textbox
when the user exits?

Regards.