find if year is leap year vb code example Example: find if year is leap year vb If Year Mod 4 = 0 Then Year = "Leap" Else Year = "Non-Leap"