As part of “class module week”, I need a function that takes a class module name and makes it plural. I’d like to catch more than 95% of standard nouns and throw in a few non-standard ones for good measure. Here’s what I have so far.
Function MakePlural(sWord As String) As String
[...]
Read More...
Read the complete post at http://www.dailydoseofexcel.com/archives/2010/07/07/make-plural/
Posted
Jul 07 2010, 07:30 AM
by
Daily Dose of Excel