Q:

vba text to general

'VBA ONLY

Sub CleanTextToGeneral()

        With Selection
            .NumberFormat = "General"
            .Value = .Value
        End With
        
End Sub
0

New to Communities?

Join the community