NumChar
(number) The number of characters from CharStart to copy. Use -1 to get all of the characters to the end of the string.
Re t u r n s
(string) The specified range of characters from the source string. If an error occurs, a blank string "" is returned. You can use Application.GetLastError to determine whether this action failed, and why.