0

I'm not sure why this code isn't working. Thank you for the help!

Public Function MatchID(first, last, address, zip)    
    UCase (Left(first, 3) & Left(last, 3) & Left(address, 4) & Left(zip, 5))
End Function
Scott Craner
  • 148,073
  • 10
  • 49
  • 81

0 Answers0