+ Reply to Thread
Results 1 to 4 of 4

Is there a more efficient formula?

  1. #1
    Registered User
    Join Date
    11-09-2007
    Posts
    42

    Is there a more efficient formula?

    I created this function because the normal Proper function will change portions of acronyms to lower case. My company uses all capitals for data and I hate it, so I had to fix it. However, it seems there must be a more efficient way to handle it. Is there some way to do an "in list" and avoid the loop? Also, how do I call this function from another module? It resides in "MyAddin.xlam" and I cannot reference from VBA.


    Please Login or Register  to view this content.

  2. #2
    Forum Expert Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    Office 2003, 2010, 2013, 2016, 365
    Posts
    3,284

    Re: Is there a more efficient formula?

    How about doing a series of Find and Replace on the data?

  3. #3
    Registered User
    Join Date
    11-09-2007
    Posts
    42

    Re: Is there a more efficient formula?

    I am unsure what you mean by that. Do you mean to manually do that one time? I use this formula extensively as I pull live data that is fully capitalized. Or do you mean writing a subroutine to do a find replace and run it as necessary?

  4. #4
    Forum Expert Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    Office 2003, 2010, 2013, 2016, 365
    Posts
    3,284

    Re: Is there a more efficient formula?

    No, I mean a generic Find and Replace function on a given value that hits all the data in one go. You would call it for each changeable value.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1