C
christophercbrewster via OfficeKB.com
I need a macro to find all the acronyms used in a document, but can't think
of an efficient way to find them. The all-caps attribute for fonts doesn't
find it, because that's a way of displaying text that is NOT actually all-cap.
The brute-force approach would be kind of painful-- if the first character is
one of the characters in this list (of capital letters), go to the second
letter, and if THAT one is in the list, go to the third letter..., and do
this for every word in the document. Is there a function that can make this
more efficient?
--
Christopher Brewster
Lockheed Martin, Eagan MN
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.aspx/word-programming/201004/1
of an efficient way to find them. The all-caps attribute for fonts doesn't
find it, because that's a way of displaying text that is NOT actually all-cap.
The brute-force approach would be kind of painful-- if the first character is
one of the characters in this list (of capital letters), go to the second
letter, and if THAT one is in the list, go to the third letter..., and do
this for every word in the document. Is there a function that can make this
more efficient?
--
Christopher Brewster
Lockheed Martin, Eagan MN
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.aspx/word-programming/201004/1