I'm trying to make certain cells print only if they do not contain the value of "Case No." I want the whole page to print- just those specific calls to remain blank if their contents contain that value. So far, I've found about a dozen ways on how not to do it.That's the first step, right? Eliminate all the wrong ways and then you're left with the right way!
Conditional Formatting is not an option- the printer at this company will always print black text regardless of font color. I also found a module that will prevent the whole page from printing if the contents of those cells are "Case No.", but that's no good. I just need those cells to be blank.
Is there a VBA function that will take care of this?
Bookmarks