vba experts - "Private Sub Workbook_BeforePrint"
Posted by Jim on January 25, 2002 10:13 AM
Hi,
This is my senario:
I have a worksheet that has random colored rows
(that change daily).
These random rows are colored light yellow in columns
B6:J500.
My question: Is it possible with Private Sub Workbook_
BeforePrint(Cancel As Boolean) to have it search
J6:J500 and if the cell is empty then clear the color
of that row "B6:J500" and replace it with the pattern
25% grey.
Any help on this matter would be greatly appreciated.
Jim