+ Reply to Thread
Results 1 to 3 of 3

Cell wont calculate automaticaly!

  1. #1
    Registered User
    Join Date
    07-14-2005
    Posts
    14

    Cell wont calculate automaticaly!

    After running a long macro a cell containing this formula:

    "=SI(C148=0;0;Interest_Rate(H16*12;C150;(C68+C101)))"

    (SI is IF in french excel)

    wont calculate automaticaly anymore! I tried adding "Calculate" at the end of the Macro and pressing "F9" for recalculation of the whole workbook and neither worked. I have to go in the formula field and press enter manualy for the cell to recalculate.

    Anyone have an idea??

    thanks in advance!

  2. #2
    Karim Kamal
    Guest

    RE: Cell wont calculate automaticaly!

    The only way I get it to calculate it is with this silly code:

    Sheets("Subject_Value_Rental").Select
    Range("I128").Select
    Range("I128").Formula = Range("I128").Formula

    "krhyme" a écrit :

    >
    > After running a long macro a cell containing this formula:
    >
    > "=SI(C148=0;0;Interest_Rate(H16*12;C150;(C68+C101)))"
    >
    > (SI is IF in french excel)
    >
    > wont calculate automaticaly anymore! I tried adding "Calculate" at the
    > end of the Macro and pressing "F9" for recalculation of the whole
    > workbook and neither worked. I have to go in the formula field and
    > press enter manualy for the cell to recalculate.
    >
    > Anyone have an idea??
    >
    > thanks in advance!
    >
    >
    > --
    > krhyme
    > ------------------------------------------------------------------------
    > krhyme's Profile: http://www.excelforum.com/member.php...o&userid=25225
    > View this thread: http://www.excelforum.com/showthread...hreadid=387137
    >
    >


  3. #3
    Karim Kamal
    Guest

    RE: Cell wont calculate automaticaly!

    The only way I get it to calculate it is with this silly code:

    Sheets("Subject_Value_Rental").Select
    Range("I128").Select
    Range("I128").Formula = Range("I128").Formula

    "krhyme" a écrit :

    >
    > After running a long macro a cell containing this formula:
    >
    > "=SI(C148=0;0;Interest_Rate(H16*12;C150;(C68+C101)))"
    >
    > (SI is IF in french excel)
    >
    > wont calculate automaticaly anymore! I tried adding "Calculate" at the
    > end of the Macro and pressing "F9" for recalculation of the whole
    > workbook and neither worked. I have to go in the formula field and
    > press enter manualy for the cell to recalculate.
    >
    > Anyone have an idea??
    >
    > thanks in advance!
    >
    >
    > --
    > krhyme
    > ------------------------------------------------------------------------
    > krhyme's Profile: http://www.excelforum.com/member.php...o&userid=25225
    > View this thread: http://www.excelforum.com/showthread...hreadid=387137
    >
    >


+ 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