G Guest Jun 2, 2005 #2 To convert to text you should use the function cstr Cstr(MyNumber) - will return string
V Van T. Dinh Jun 3, 2005 #3 You can use: * CStr() function - returning String * Format$() function - returning String * Format() function - returning Variant of String sub-type.
You can use: * CStr() function - returning String * Format$() function - returning String * Format() function - returning Variant of String sub-type.