Mollethewizard
IS-IT--Management
Just before leaving today’s work I’ve got this for me insoluble problem.
During the run of a macro the user enters text in a textbox which purpose is just entering optional text. The text entered sometimes is so lengthy that it runs over to a second page. In the further execution of the macro I’ve got to find out whether the document consists of one or two pages.
The code I would like
If (document is two pages) Then
do something with page two
End if
I just say – HELP!
Christer
During the run of a macro the user enters text in a textbox which purpose is just entering optional text. The text entered sometimes is so lengthy that it runs over to a second page. In the further execution of the macro I’ve got to find out whether the document consists of one or two pages.
The code I would like
If (document is two pages) Then
do something with page two
End if
I just say – HELP!
Christer