Sub Main() Debug.Assert ROT13("abc") = "nop" Debug.Assert ROT13("nop") = "abc" End Sub