christian2016
Board Regular
- Joined
- Oct 6, 2016
- Messages
- 123
Hi Guys,
Need help with a VBA to uppercase each letter after a space.
Also including the first letter in the string.
Example:
hello my name is bob smith
VBA code will convert the string to:
Hello My Name Is Bob Smith
This will be done on all cells in a range starting in Cell E3 up until the last used cell with text.
Any Help is greatly appreciated.
Thanks
Need help with a VBA to uppercase each letter after a space.
Also including the first letter in the string.
Example:
hello my name is bob smith
VBA code will convert the string to:
Hello My Name Is Bob Smith
This will be done on all cells in a range starting in Cell E3 up until the last used cell with text.
Any Help is greatly appreciated.
Thanks