I have a column of data Let’s say:

3
4
5
7+

I would like to create a macro that searches through the row and deletes and plus sign it finds so the output(in the same row) is just:

3
4
5
7

Thank you in advance!!