+ Reply to Thread
Results 1 to 1 of 1

When do all formulas of a listcolumn update?

  1. #1
    Forum Contributor
    Join Date
    05-30-2011
    Location
    Sweden
    MS-Off Ver
    Excel 2013
    Posts
    107

    When do all formulas of a listcolumn update?

    I have the following formulas in a listcolumn:

    =[@HR]*0,28
    =[@HR]*0,28
    =[@HR]*0,28
    =[@HR]*1

    When I change the last row to =[@HR]*2 then all formulas become updated so that:

    =[@HR]*2
    =[@HR]*2
    =[@HR]*2
    =[@HR]*2

    I thought that this would only happen when all formulas were the sae and I changed one of them. But now they weren't all the same and Excel still went ahead and updated the entire column. This makes me feel unsure about Excel and life.

    What are the exact circumstances under which Excel will update the formulas of a listcolumn?

    EDIT:
    This happened after I had run the following VBA code:

    Application.AutoCorrect.AutoFillFormulasInLists = False
    Intersect(rNewRow, lo.ListColumns("TB").Range).Formula = "=[@HR]*0.28"
    Application.AutoCorrect.AutoFillFormulasInLists = True

    It might have to do with that. But I don't know how so hope that anyone of you has an idea!
    Last edited by OldManExcellor; 11-22-2014 at 12:58 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 5
    Last Post: 12-11-2012, 01:22 PM
  2. Replies: 1
    Last Post: 06-21-2012, 03:49 AM
  3. Stop update formulas when macro starts then update when complete
    By ruperupe in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 04-17-2012, 02:42 PM
  4. Formulas don't update
    By Xx7 in forum Excel General
    Replies: 6
    Last Post: 04-08-2011, 04:52 AM
  5. Error Setting Selection.Formula in an Empty ListColumn
    By yourang in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-30-2010, 11:16 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