mole999
Well-known Member
- Joined
- Oct 23, 2004
- Messages
- 10,524
- Office Version
- 2019
- 2016
- 2013
- Platform
- Windows
I have a large set of names, and I need to Transpose those into Last Name, First Name. 800 of which have either two first or split last names. I'm currently going through and adding an underscore _ but really want to convert the underscore to the non-breaking space.
Everything I have tried so far is not working and I know it must be simple
.Replace What:="_", Replacement:=Char(160), LookAt:=xlPart, _
SearchOrder:=xlByRows, MatchCase:=False
End With
pointers please
Everything I have tried so far is not working and I know it must be simple
.Replace What:="_", Replacement:=Char(160), LookAt:=xlPart, _
SearchOrder:=xlByRows, MatchCase:=False
End With
pointers please