Hi in VBA try this:
![]()
Sub aa() Dim c As Range Dim y For Each c In Selection If Not IsNumeric(Right(c, 1)) Then c = Left(c, Len(c) - 1) End If Next End Sub
Hi in VBA try this:
![]()
Sub aa() Dim c As Range Dim y For Each c In Selection If Not IsNumeric(Right(c, 1)) Then c = Left(c, Len(c) - 1) End If Next End Sub
Regards
tom1977
If You are satisfied with my solution click the small star icon on the left to say thanks.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks