VBA LCASE Function – Convert Text to Lower Case in Excel

In Excel worksheet, there is a LOWER function that converts a text string into lower case. Just like the LOWER function, there is a similar inbuilt function in Excel VBA – LCASE The VBA LCASE function takes a string as the input and converts it into a lower case string. Syntax of VBA LCASE Function […]
Continue reading >>