this post was submitted on 09 Jun 2025
551 points (98.9% liked)
Funny
10013 readers
1698 users here now
General rules:
- Be kind.
- All posts must make an attempt to be funny.
- Obey the general sh.itjust.works instance rules.
- No politics or political figures. There are plenty of other politics communities to choose from.
- Don't post anything grotesque or potentially illegal. Examples include pornography, gore, animal cruelty, inappropriate jokes involving kids, etc.
Exceptions may be made at the discretion of the mods.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
But won’t excel detect there’s no values and no print anything?
I think it has logic to only print pages which have values.
Type “.” In A1
Change the fill colour of A1 to Black
[CTRL] + [A] (Selects all cells)
[CTRL] + [R] (Copy’s the left most selected column across to the right most select column)
[CTRL] + [D] (Copy’s the top most selected column down to the bottom most select column)
Every cell will now contain the value “.” and be set to fill colour black.
Right click any of the column letters at the top > Set width > 1000. (Changes the column width to 1000 pixels. (Expanding the cells so they take up more room when printing)
Right click any of the row numbers at the left hand side > Set height > 1000. (Changes the row height to 1000 pixels. (Expanding the cells so they take up more room when printing)
[CTRL] + [P] (Opens up the print dialog)
[ENTER] (Selects the print button to start printing)