I have used vba for Proper Case in Excel but I need to add an exception rule for it to save much manual editing. I need the first letter after \"-\" to also be Capitalized, exam
Is there any reason to do this in VBA when it's easily done on the worksheet?
=PROPER("michael-jordan")
returns Michael-Jordan as required
Michael-Jordan