pages

P

pete

I wish to print a text box as the page header on every
page after page 2

how do i do this please
 
F

fredg

I wish to print a text box as the page header on every
page after page 2

how do i do this please

Place the Text box in the Page header.
Code the Page Header Format event:
[TextBox].Visible = Me.[Page]>2
 
Top