Not printing cells

  • Thread starter Thread starter qmdm
  • Start date Start date
Q

qmdm

I want to print a sheet, but I don't want to print some specific cell
that are in the middle of the sheet.
So far I’ve tried selecting the print an area and then deselecting th
specific cells that I don’t want to print. But that doesn’t work.

Greeting

Maarte
 
Hi
not possible as the printarea has to be a contigenous range. You may
use a macro for this and format the cells prior to printing within the
macro with a white font

Easies way: record a macro with the following steps:
- select your sheet
- select the cells and apply a format
- print the sheet
- reset the cell format
 
Select the cells that you want to print
Select File
Select Print
Select Selection
Print.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top