B Brian Apr 22, 2010 #2 Add the following to your workbook code. Note that if the user has macro's disabled it will not prevent it. Private Sub Workbook_BeforePrint(Cancel As Boolean) Cancel = True End Sub
Add the following to your workbook code. Note that if the user has macro's disabled it will not prevent it. Private Sub Workbook_BeforePrint(Cancel As Boolean) Cancel = True End Sub