Quantcast
Channel: Active questions tagged excel - Stack Overflow
Viewing all articles
Browse latest Browse all 89086

Excel custom function add using VBA for trim the front and tail of the cell spaces [closed]

$
0
0

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?


Viewing all articles
Browse latest Browse all 89086

Trending Articles