Hi,
I create report in excel.I display more than 50 rows on the report,and so excel creare automatically 2 pages.
I want the same title to be shown on the two pages.
How can I "catch" the event of move between pages?
I have tried like this:
If rows = 50 Then '(excel create new pages after 50 rows)
Range("A5"
.Select
ActiveCell.FormulaR1C1 = "aaaa"
End If
but...probably it's not good enough.
do you have any ideas for my problem?
thanks for your time!
I create report in excel.I display more than 50 rows on the report,and so excel creare automatically 2 pages.
I want the same title to be shown on the two pages.
How can I "catch" the event of move between pages?
I have tried like this:
If rows = 50 Then '(excel create new pages after 50 rows)
Range("A5"
ActiveCell.FormulaR1C1 = "aaaa"
End If
but...probably it's not good enough.
do you have any ideas for my problem?
thanks for your time!