I'm trying to create a UD function that returns the region of the world of a two-letter country code but there must be a limit on strings. See my rlist Any ideas how to go about this differently? or can you join two strings?
Public Function getregion(ctry As String)
Application.Volatile
Dim...