D
Demosthenes
Using Excel97 I want to test for more than one page. The only solution I
have been able to find is slow, kludgy, and unsatisfying. I cannot even
verify it works in all cases. It is as follows:
If ExecuteExcel4Macro("Get.Document(50)") > 1 Then
....
End If
I have attempted to use (Worksheet).VPageBreaks.Count, but it returns "1"
whether I have one page or two.
Is there a better solution?
have been able to find is slow, kludgy, and unsatisfying. I cannot even
verify it works in all cases. It is as follows:
If ExecuteExcel4Macro("Get.Document(50)") > 1 Then
....
End If
I have attempted to use (Worksheet).VPageBreaks.Count, but it returns "1"
whether I have one page or two.
Is there a better solution?