Joshuabrico
New Member
- Joined
- Nov 19, 2018
- Messages
- 5
Good Afternoon,
I have a spreadsheet with names in column b (Lastname, Firstname or Lastname, Firstname Middlename or Lastname, generational suffix Firstname or Lastname, Firstname MiddleInitial ) I am needing to create a VBA code to rearrange the names and remove everything except for Lastname, Firstname.
I could find where I can filp lastname and firstname but if there is a middlename it does not work. Any help would be greatly appreciated. I was looking for VBA to link it to a form control button so that the user can copy and past the list to Column B and then click button to update. Since it is not a static list figured that would be the easiest way to change it within the same cell.
Thank you,
I have a spreadsheet with names in column b (Lastname, Firstname or Lastname, Firstname Middlename or Lastname, generational suffix Firstname or Lastname, Firstname MiddleInitial ) I am needing to create a VBA code to rearrange the names and remove everything except for Lastname, Firstname.
I could find where I can filp lastname and firstname but if there is a middlename it does not work. Any help would be greatly appreciated. I was looking for VBA to link it to a form control button so that the user can copy and past the list to Column B and then click button to update. Since it is not a static list figured that would be the easiest way to change it within the same cell.
Thank you,