K
Kajo
Hi!
I've done a code to show a message box before the printing starts to show
how many pages you need to the printing. I kind of "pop-up" box. The trouble
is that you don't have a chance to figure out what It says until its gone! I
would like to stop at the msg box so the user can press OK before it
disappears.
The code is as follows:
Privat Sub PageHeaderSection_Print(Cancel As Integer, Printcount As Integer)
If Not boPagesShown Then
MsgBox Me.Pages & "pages."
boPagesShown = True
End If
End Sub
Thanks in advance!
I've done a code to show a message box before the printing starts to show
how many pages you need to the printing. I kind of "pop-up" box. The trouble
is that you don't have a chance to figure out what It says until its gone! I
would like to stop at the msg box so the user can press OK before it
disappears.
The code is as follows:
Privat Sub PageHeaderSection_Print(Cancel As Integer, Printcount As Integer)
If Not boPagesShown Then
MsgBox Me.Pages & "pages."
boPagesShown = True
End If
End Sub
Thanks in advance!