Jaymond Flurrie
Well-known Member
- Joined
- Sep 22, 2008
- Messages
- 921
- Office Version
- 365
- Platform
- Windows
I have a label in my sheet, in front of a chart. I can clearly see it when I have the sheet open. It has it's PrintObject set to true. Still it doesn't appear in the printout.
I bring it explicitly in front of everything with:
So, besides PrintObject being false and being behind of something, what's the possible reasons for a label object not printing?
I bring it explicitly in front of everything with:
Code:
Shapes.Item(1).ZOrder msoBringToFront
So, besides PrintObject being false and being behind of something, what's the possible reasons for a label object not printing?