Results 1 to 10 of 10

Unable to set FormulaArray property of the Range class VBA

Threaded View

bambino86 Unable to set FormulaArray... 10-17-2017, 09:08 PM
bambino86 Re: Unable to set... 10-17-2017, 10:47 PM
mikerickson Re: Unable to set... 10-17-2017, 11:12 PM
bambino86 Re: Unable to set... 10-17-2017, 11:29 PM
bambino86 Re: Unable to set... 10-18-2017, 12:55 AM
bambino86 Re: Unable to set... 10-18-2017, 02:37 AM
JosephP Re: Unable to set... 10-18-2017, 03:34 AM
bambino86 Re: Unable to set... 10-18-2017, 09:15 PM
bambino86 Re: Unable to set... 10-20-2017, 11:31 PM
bambino86 Re: Unable to set... 10-22-2017, 01:25 AM
  1. #1
    Forum Contributor
    Join Date
    05-13-2009
    Location
    Manila philippines
    MS-Off Ver
    Excel 2010
    Posts
    113

    Unable to set FormulaArray property of the Range class VBA

    Hi,

    I have recorded a macro that formats my report automatically. However, I encounter an error when running the macro "Unable to set FormulaArray property of the Range class". Here is the code with error that i encounter with
    Range("O2").Select
        Selection.FormulaArray = _
            "=IF([@Division]<>""Billing"","""",IFERROR(VLOOKUP([@Team],Table_Task_Table_reference.accdb_6,2,FALSE),IFERROR(INDEX(Table_Task_Table_reference.accdb_7[Billing Cycle],MATCH([@Office]&[@[Billing Group]],Table_Task_Table_reference.accdb_7[Office]&Table_Task_Table_reference.accdb_7[Billing Group],0)),IFERROR(INDEX(Table_Task_Table_reference.accdb_8[Billing Cycle],MATCH(" & _
            "[@Office],MATCH(Table_Task_Table_reference.accdb_8[Team]&Table_Task_Table_reference.accdb_8[Office],0))),IFERROR(INDEX(Table_Task_Table_reference.accdb_9[Billing Cycle],MATCH([@Office]&[Submitting Assistant],MATCH(Table_Task_Table_reference.accdb_9[Office]&Table_Task_Table_reference.accdb_9[Submitting Assistant],0))),""By Request"")))))"
    . I don't know how to write the code for this macro to work.

    I attached my report for your reference. I hope you can help me on this.
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Unable to set the FormulaArray property of the Range Class
    By bsquad in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-09-2017, 07:28 PM
  2. Unable to set the FormulaArray property of the range class
    By BradleyS in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-22-2013, 07:57 AM
  3. Unable to set the FormulaArray Property of the Range Class?
    By stockgoblin42 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-23-2013, 09:45 AM
  4. Unable to set the FormulaArray property of the Range class
    By nathansav in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-13-2013, 01:50 PM
  5. Unable to set the property of the class range FormulaArray in VBA
    By karthikin in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 12-21-2011, 10:00 AM
  6. [SOLVED] Unable to set FormulaArray property of the Range class
    By tempest0123@gmail.com in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-17-2005, 04:05 PM
  7. [SOLVED] unable to set the FormulaArray property of the Range class
    By jim kozak in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-29-2005, 10:06 AM

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