Consulting

Results 1 to 3 of 3

Thread: Solved: Problem with Formulas

  1. #1
    VBAX Regular rrtts's Avatar
    Joined
    Sep 2006
    Posts
    61
    Location

    Solved: Problem with Formulas

    Does anyone know how to fix this...I've tried searching but the nature of the problem is hard to search on without getting tons of erroneous returns. Seems like it should be something easy to figure out, and it probably is...but me being the noob I am, I can't get it.

    When I enter a formula in a cell...it runs once and leaves the results in the cell but the formula goes away.

    I know this isn't normal because I have other worksheets that do this...but for some reason, this one worksheet is doing it.

    For example, if I type =NOW() in a cell...it posts the correct date/time...and that becomes the value of the cell...formula is gone. If I type =A1...it posts the value of cell A1...but formula is gone.

    What I'm expecting (like in all my other worksheets) is the formula to display the result but remain in the cell...that way everytime you open the worksheet it computes the formula.

    Hope this make sense...please help. Going crazy.

  2. #2
    VBAX Mentor CBrine's Avatar
    Joined
    Jun 2004
    Location
    Toronto, Canada
    Posts
    387
    Location
    rrtts,
    This sounds like the result of an office prank, more then a real problem? Did you create the sheet, or recieve it from someone? What is your macro security set to? If it's low, set it to medium and reopen the sheet. Are you prompted to enable the macros? If so, someone has most likely added some startup code to the workbook.

    1. Press F11 to see the vbe.
    2. Double click on each of the sheets with the project explorer and see if any code appears.
    3. If it does, then post the code here and we can explain what it's doing. Perhaps it is supposed to be doing something.

    HTH
    Cal
    The most difficult errors to resolve are the one's you know you didn't make.


  3. #3
    VBAX Regular rrtts's Avatar
    Joined
    Sep 2006
    Posts
    61
    Location
    @CBrine - you are a lifesaver...

    I went into the VBE and looked at the code for each worksheet...I do have some code for each sheet that forces Uppercase and apparently when I cut and pasted into from sheet to sheet...the one I was having problems with I missed a whole line of code...

    Not sure how it caused the error that I was having...but hey...problem solved.

    Thanks so much. You made my day.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •