1. Open your new workbook and add the text that you need, or open an existing workbook.
2. Minimize your Window to the title bar.
3. Right click on the Excel icon and choose “View code” from the menu that will appear.
4. You are now in the Visual Basic Editor. Copy and paste the following code: . Private Sub Workbook_BeforePrint(Cancel As Boolean) Cancel = True End Sub 6. Then Press [Alt][F11] to return to your normal Excel view.
5. Close the editor. Some versions may require you to save first.
6. Save your workbook.