I use the auto correct to fomat names in excel.
ie.
REPLACE: tommy
WITH: 4875125-TOMMY
The problem is I want everyone to be able to use this feature without setting up their auto correct.
I need VB code to put into the spreadsheet that will format this as they type or when they click out of the cell.
It will need to capitalize and add the persons ID. number in front of their name seperated by a dash..
Bonus: Each person works in pairs. Where cell 'A' = tommy, add his partner to cell 'B'. (his partner is 4875126-JOHN)
Any ideas?
ie.
REPLACE: tommy
WITH: 4875125-TOMMY
The problem is I want everyone to be able to use this feature without setting up their auto correct.
I need VB code to put into the spreadsheet that will format this as they type or when they click out of the cell.
It will need to capitalize and add the persons ID. number in front of their name seperated by a dash..
Bonus: Each person works in pairs. Where cell 'A' = tommy, add his partner to cell 'B'. (his partner is 4875126-JOHN)
Any ideas?