A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi, @KAR FUNG
Excel does not have a built-in setting to completely disable printing for only one worksheet while keeping it visible.
If you do not need the sheet visible, you can right-click the sheet tab and select "Hide". A hidden sheet will not normally be included when printing the workbook.
If you need the sheet to stay visible but want to prevent it from being printed, this would usually require VBA/macros.
To help narrow this down:
- Do you want the sheet to remain visible and editable?
- Do you want to block printing only when that sheet is selected, or also when someone chooses "Print Entire Workbook"?
- Are macros/VBA acceptable for this workbook?
Click "Add comment" to let me know.
Thanks!