Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #3  
Old 01-14-2019, 11:38 AM
0rion 0rion is offline Adjust Acronym Script to include Dashes? Windows 10 Adjust Acronym Script to include Dashes? Office 2010
Novice
Adjust Acronym Script to include Dashes?
 
Join Date: Jan 2019
Posts: 11
0rion is on a distinguished road
Default

The first part was just to say that most 'acronym-making' scripts I found don't work with hyphenated words. The script I showed does. I'd just like to include the hyphens in the end result.

Actually, this code of yours works well:
Code:
Function abbrev(aString$) As String
  Dim a, b, i As Integer
  a = Split(aString, "-")
  b = a
  For i = 0 To UBound(a)
    b(i) = Acronym(CStr(a(i)))
  Next i
  abbrev = Join(b, "-")
End Function
although I notice that if there is a space after the hyphen it will show up in the acronym. Can that be fixed?
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Adjust Acronym Script to include Dashes? Acronym Finder Macro for Microsoft Word mars1886 Word VBA 15 03-30-2022 06:56 AM
Adjust Acronym Script to include Dashes? Adding List Number to Acronym Table SerenityNetworks Word VBA 6 12-13-2016 01:36 PM
Adjust Acronym Script to include Dashes? Acronym Macro to include surrounding text SerenityNetworks Word VBA 3 03-11-2016 05:43 PM
Adjust Acronym Script to include Dashes? Acronym Finder Cray_Z Word VBA 14 09-22-2014 11:42 PM
Auto correct for Acronym mam9 Word 3 11-19-2012 01:35 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 07:01 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft