An easy trick is to use conditional formatting and set the forecolor to the background color so that the 0 is printed or shown in white.
Otherwise you have to use vba and set the ControlSource to an empty string for the relevant textboxes. I usually use the formatting method, its easier:)
|