Hello,
I am trying to perform sentence case on a cell with some exceptions.
As an example lets say I have a cell that has the text "MARGARINE IS BETTER THAN BUTTER, TRUE OR FALSE".
I would like to run some VBA to change this too "Margarine is better than butter, TRUE or FALSE".
Currently I have this code:
This returns "Margarine is better than butter, true or false".![]()
Please Login or Register to view this content.
I would like the true and false to stay in CAPS and also be able to add other exemptions as needed.
Thanks in advance
Tony
Bookmarks