Tag Archives: excel macro example

How to get an Acronym using Excel VBA?

The purpose of the following example of Excel VBA macro is to get the acronym or an abbreviation of each of the first letter of any given words. Function Acronym(Words As Variant) As String Dim aWord() As String, ix As … Continue reading

Posted in Excel Formula | Tagged , , , , , , | 802 Comments