write the function of ASC
Answers
Answered by
1
Answer:
Description. The Microsoft Excel ASC function returns the ASCII value of a character or the first character in a string. The ASC function is a built-in function in Excel that is categorized as a String/Text Function. It can be used as a VBA function (VBA) in Excel.
Answered by
1
Explanation:
- The ASC() function returns the ASCII value of the character. If more than one character is passed in the function then it will return the ASCII value of the first character otherwise ASCII value of the specified character. Parameter – Required; A character or a string. Return – ASCII value; An Integer value.
Similar questions