User FAQs

If you have a question, please send it to us.


1) Is there any Microsoft documentation for the functions in VBA ?

link - learn.microsoft.com/en-us/office/vba/language/reference/functions-visual-basic-for-applications 

2) What is the difference between the LEFT function and the LEFT$ function ?
LEFT - This function returns a Variant data type.
LEFT$ - This function returns a String data type.
For more information refer to the Functions $ page.


3) What is the difference between the TYPENAME function and the VARTYPE function ?
TYPENAME - Returns the data type of a variable as a string.
VARTYPE - Returns the data type of a variable as an integer enumeration.



© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited TopPrevNext