Hello all,
I am looking for some help, excel 03. Could you give me VBA on proper case for the whole workbook. I am looking for the cells to auto change when someone populates it, e.g from john smith to John Smith, or john mcsmith to John McSmith, note the capital S too.
Also I already have a different VBA in the worksheet do I just go below "end sub" and put in the one you give me, Hope I am making sense and not non - sense
Cheers
JJSB
[TABLE="width: 300"]
<colgroup><col span="2"><col><col></colgroup><tbody>[TR]
[TD]Ref No[/TD]
[TD]Area[/TD]
[TD]First Name[/TD]
[TD]Surname[/TD]
[/TR]
[TR]
[TD="align: right"]1[/TD]
[TD]North[/TD]
[TD]jean[/TD]
[TD]smith[/TD]
[/TR]
[TR]
[TD="align: right"]2[/TD]
[TD]South[/TD]
[TD]john[/TD]
[TD]mcgill[/TD]
[/TR]
[TR]
[TD="align: right"]3[/TD]
[TD]North[/TD]
[TD]peter[/TD]
[TD]cole[/TD]
[/TR]
[TR]
[TD="align: right"]4[/TD]
[TD]South[/TD]
[TD]jessie[/TD]
[TD]maine[/TD]
[/TR]
[TR]
[TD="align: right"]5[/TD]
[TD]South[/TD]
[TD]colin[/TD]
[TD]mcgrory[/TD]
[/TR]
</tbody>[/TABLE]
I am looking for some help, excel 03. Could you give me VBA on proper case for the whole workbook. I am looking for the cells to auto change when someone populates it, e.g from john smith to John Smith, or john mcsmith to John McSmith, note the capital S too.
Also I already have a different VBA in the worksheet do I just go below "end sub" and put in the one you give me, Hope I am making sense and not non - sense
Cheers
JJSB
[TABLE="width: 300"]
<colgroup><col span="2"><col><col></colgroup><tbody>[TR]
[TD]Ref No[/TD]
[TD]Area[/TD]
[TD]First Name[/TD]
[TD]Surname[/TD]
[/TR]
[TR]
[TD="align: right"]1[/TD]
[TD]North[/TD]
[TD]jean[/TD]
[TD]smith[/TD]
[/TR]
[TR]
[TD="align: right"]2[/TD]
[TD]South[/TD]
[TD]john[/TD]
[TD]mcgill[/TD]
[/TR]
[TR]
[TD="align: right"]3[/TD]
[TD]North[/TD]
[TD]peter[/TD]
[TD]cole[/TD]
[/TR]
[TR]
[TD="align: right"]4[/TD]
[TD]South[/TD]
[TD]jessie[/TD]
[TD]maine[/TD]
[/TR]
[TR]
[TD="align: right"]5[/TD]
[TD]South[/TD]
[TD]colin[/TD]
[TD]mcgrory[/TD]
[/TR]
</tbody>[/TABLE]