This seems ridiculously simple, but I cannot make this work:
Thanks!
It highlights the expression Lcase, and says wrong # arg or invalid prop assignment
Code:
Public Sub Lcase()
Dim caseStr As String
caseStr = Range("F3").Value
Range("A10").Value = Lcase(caseStr)
End Sub
It highlights the expression Lcase, and says wrong # arg or invalid prop assignment