Channel | Publish Date | Thumbnail & View Count | Actions |
---|---|---|---|
| 2017-10-29 05:44:24 | ![]() 130,941 Views |
How to enable Change case (Lowercase, Uppercase, Proper case letters) in MS-Excel 2007, 2010, 2013 & 2016 Without Formula using Macro code (VBA-Visual Basic Editor)
————————–Macro Code———————–
Sub ChangeTextCase()
Dim strChange As String
strChange = InputBox(/”Type l, u, or p to change case:/” & vbCr & vbLf & vbCr & vbLf & _
/”Lowercase = l, uppercase = u, proper case = p/
Please take the opportunity to connect and share this video with your friends and family if you find it useful.