This is what I used code in VBA
to create excel custom function.
Sub TrimExample1()
MsgBox Trim(Range("A1"))
End Sub
Can I convert this function to excel formula?
This is what I used code in VBA
to create excel custom function.
Sub TrimExample1()
MsgBox Trim(Range("A1"))
End Sub
Can I convert this function to excel formula?