Hello All
I'm looking for sample code that will help me with capitalizing the first letter of every word in a string -similar to the built in Leadingcaps(x) function - but to include exceptions. For example using leadingcaps a string that may originally read GOLDBERG AND GOLDBERG now reads Goldberg And Goldberg when i need it to read Goldberg and Goldberg. So i need it to work on conditions. More examples are SUITE 1CB prints Suite 1cb when i'd like to read Suite 1CB. Is there a solution to this? Thanks Pat
I'm looking for sample code that will help me with capitalizing the first letter of every word in a string -similar to the built in Leadingcaps(x) function - but to include exceptions. For example using leadingcaps a string that may originally read GOLDBERG AND GOLDBERG now reads Goldberg And Goldberg when i need it to read Goldberg and Goldberg. So i need it to work on conditions. More examples are SUITE 1CB prints Suite 1cb when i'd like to read Suite 1CB. Is there a solution to this? Thanks Pat