Is there any way to not to print just cell B5 for example but print rest of the cells?
D dhilipb May 22, 2006 #1 Is there any way to not to print just cell B5 for example but print rest of the cells?
B Bill Ridgeway May 22, 2006 #2 You could temporarily hide column B or Row 5 but this will work only if there is nothing else in that column or row. You could temporarily set the Fill colour and Font colour to white. Regards. Bill Ridgeway Computer Solutions
You could temporarily hide column B or Row 5 but this will work only if there is nothing else in that column or row. You could temporarily set the Fill colour and Font colour to white. Regards. Bill Ridgeway Computer Solutions
D David Steed May 22, 2006 #3 Instead you can create a custom format and only put in ;;; as the format and it will hide just that cell from printting. Be sure to format it back when done.
Instead you can create a custom format and only put in ;;; as the format and it will hide just that cell from printting. Be sure to format it back when done.