D
DG
Excel 2003 - this code will still show the print dialog box. Is there anyway
to avoid it?
Public Sub Workbook_BeforePrint(Cancel As Boolean)
MsgBox "No printing for you!"
Cancel = True
End Sub
to avoid it?
Public Sub Workbook_BeforePrint(Cancel As Boolean)
MsgBox "No printing for you!"
Cancel = True
End Sub