Results 1 to 4 of 4

Long Array Formula in VBA (Help)

Threaded View

  1. #1
    Registered User
    Join Date
    04-24-2009
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    22

    Long Array Formula in VBA (Help)

    Hi,

    After some help with a long array formula in VBA. I have never array formulas in VBA before but from what I've read they are limited to 255 characters. To overcome this they must be reduced in length using the "replace" function.

    Using examples, I came up with the below but the code fails when I run at the ".FormulaArray = theFormulaPart1" point with the Run-time error 1004 "Unable to set the ForumulaArray property of the arrange class"

    Is anybody able to shed any light as to where I'm going wrong?

    Thanks in advance,
    Matt

    Formula: copy to clipboard
    Dim theFormulaPart1 As String
    Dim theFormulaPart2 As String
    Dim theFormulaPart3 As String
    Dim theFormulaPart4 As String

    theFormulaPart1 = "=IF(ISERROR(FIND(""RET_"",RC[1])),IF(ISERROR(FIND(""NULL"",RC[1])),LEFT(TRIM(RIGHT(RC[1],LEN(RC[1])-5)),FIND("" "",TRIM(RIGHT(RC[1],LEN(RC[1])-5)))),IF(MID(RC[1],13,1)=""1"",""X_X_X)"")"

    theFormulaPart2 = "INDEX(LST_RET!C[2],MATCH(LST_RETSUBUNIT!RC[-2]&LST_RETSUBUNIT!RC[-1],LST_RET!C[-1]&LST_RET!C,0),1),""NULL"")),IF(ISERROR(FIND("" "",TRIM(RIGHT(RC[1],LEN(RC[1])+1-LEN(LEFT(RC[1],""Y_Y_Y)"")"

    theFormulaPart3 = "FIND(""RET_"",RC[1]))))))),TRIM(RIGHT(RC[1],LEN(RC[1])+1-LEN(LEFT(RC[1],FIND(""RET_"",RC[1]))))),TRIM(LEFT(TRIM(RIGHT(RC[1],LEN(RC[1])+1-LEN(LEFT(RC[1],FIND(""RET_"",RC[1]))))),""Z_Z_Z)"")"

    theFormulaPart4 = "FIND("" "",TRIM(RIGHT(RC[1],LEN(RC[1])+1-LEN(LEFT(RC[1],FIND(""RET_"",RC[1]))))))))))"

    With ActiveSheet.Range("C1")
    .FormulaArray = theFormulaPart1
    .Replace """X_X_X)"")", theFormulaPart2
    .Replace """Y_Y_Y)"")", theFormulaPart3
    .Replace """Z_Z_Z)"")", theFormulaPart4
    Last edited by Hozcat; 11-01-2017 at 10:20 AM. Reason: Code tags added

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Writing long array formula in VBA?
    By maym in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-28-2017, 02:44 AM
  2. [SOLVED] Long Formula Array
    By henxan in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-04-2014, 09:03 AM
  3. Shortening of long array formula by short formula
    By paradise2sr in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-29-2013, 05:51 AM
  4. [SOLVED] Array Formula taking too Long
    By gborja888 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 04-01-2012, 03:41 AM
  5. Long Array Formula VBA
    By maacmaac in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-27-2011, 08:57 AM
  6. Long Array Formula Problem
    By tnederlof in forum Excel General
    Replies: 12
    Last Post: 08-20-2009, 02:55 PM
  7. Excel (2003) array formula taking too long
    By Krazy Kasper in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-11-2008, 11:26 PM

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