PLEASE HELP
1. Write a sub called GetName that asks the user to type a first name and last name in an input box, which is captured in a variable fullName. It should then call a sub called ProperCase that takes a single argument, a string, and converts this argument to proper case. For example, if the user enters the name gEORge CLOONey, the sub should return George Clooney. The GetName sub should then display the result, suhc as Geogre Clooney in a message box.
PLEASE HELP
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am