+ Reply to Thread
Results 1 to 3 of 3

Non Refreshing/Recalculating Cell ??

  1. #1
    J
    Guest

    Non Refreshing/Recalculating Cell ??

    I have a cell that is being calculated via VB, and it's not actually
    calculating anything, just showing the formula. If i manually type in the
    formula, the same thing happens. Is there some setting/format that i'm
    missing? here's the code:

    For nRow = 3 To 3 Step 1

    Range("C4").Select
    ActiveCell.FormulaR1C1 = _
    "='Sheet1'!C" & nRow

    Next nRow

    The code manually typed in is:

    ='s-matched to banks'!C3

    Neither is working. Thanks

  2. #2
    Ivan Raiminius
    Guest

    Re: Non Refreshing/Recalculating Cell ??

    Hi,

    probably the cell is formated as "Text"
    or tools, options, view, uncheck formulas

    Regards,
    Ivan


  3. #3
    J
    Guest

    Re: Non Refreshing/Recalculating Cell ??

    Brilliant! It was labeled as "Text". Thanks so much!

    "Ivan Raiminius" wrote:

    > Hi,
    >
    > probably the cell is formated as "Text"
    > or tools, options, view, uncheck formulas
    >
    > Regards,
    > Ivan
    >
    >


+ 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