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!!
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!!
Hi,
Do you really need a macro. A simple Find & Replace specifying find + and replace with a blank on the whole column will do it.
If you need a macro then encapsulate the same idea. i.e.
![]()
Please Login or Register to view this content.
Richard Buttrey
RIP - d. 06/10/2022
If any of the responses have helped then please consider rating them by clicking the small star iconbelow the post.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks