Function PrimjerNZ() Dim a, b, c a = Null b = Nz(a, "Nul Vrijednost") a = 22 c = Nz(a, "Nul Vrijednost") End Function