VBA/Excel/Access/Word/String Functions/Asc
Версия от 16:33, 26 мая 2010; (обсуждение)
Asc() Returns the character code representing the first character in a string.
Sub strDemo17()
Debug.Print Asc("A")
End Sub
Sub strDemo17()
Debug.Print Asc("A")
End Sub