Mega Code Archive

 
Categories / VisualBasic Script / Excel
 

Format(ALL LOWERCASE , )

Sub callLower()     Cells(2, "A").Value = Format("ALL LOWERCASE ", "<") End Sub