Sorry about that.......I forgot.
It works well now. I only made one change to it
If Range("AZ14").Value = "" Then
Range("BB14").Value = ""
Else
Range("BB14").Value =
Application.WorksheetFunction.VLookup(Range("AZ14"), Sheet3.Range("A:B"), 2,
0)
End If