ajatshatru
New Member
- Joined
- Nov 24, 2017
- Messages
- 3
I'm new to Excel and MrExcel as well so hopefully I have posted this question in the right place.
As I am quite new in VBA stuff, [FONT=Arial, Helvetica Neue, Helvetica, sans-serif]I'm having trouble getting my code to work in VBA.[/FONT]
[FONT=Arial, Helvetica Neue, Helvetica, sans-serif]My requirement is to enforce UPPER case and Proper case on different cell ranges. I found below thread here:
[/FONT]https://www.mrexcel.com/forum/excel-questions/551180-vba-code-force-uppercase-cells.html
[FONT=Arial, Helvetica Neue, Helvetica, sans-serif]I used the code by Peter_SSs for UPPER case and it is working fine. Other than the codes I found elsewhere, this code addressed a common issue of entreating or deleting data from more than one cell at a time.
My issue is, I have to enforce Proper case as well in the same sheet and thus I want to append the code from the above link for Proper case as well, but I do not know how to.
Please help![/FONT]
As I am quite new in VBA stuff, [FONT=Arial, Helvetica Neue, Helvetica, sans-serif]I'm having trouble getting my code to work in VBA.[/FONT]
[FONT=Arial, Helvetica Neue, Helvetica, sans-serif]My requirement is to enforce UPPER case and Proper case on different cell ranges. I found below thread here:
[/FONT]https://www.mrexcel.com/forum/excel-questions/551180-vba-code-force-uppercase-cells.html
[FONT=Arial, Helvetica Neue, Helvetica, sans-serif]I used the code by Peter_SSs for UPPER case and it is working fine. Other than the codes I found elsewhere, this code addressed a common issue of entreating or deleting data from more than one cell at a time.
My issue is, I have to enforce Proper case as well in the same sheet and thus I want to append the code from the above link for Proper case as well, but I do not know how to.
Please help![/FONT]