Results 1 to 3 of 3

Thread: Manual calculation

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2003
    Posts
    406

    Manual calculation

    I have an automated report that creates multiple sheets with many formulas on it.

    Sometimes when you re-create the report (when changes occur) the formulas will not calculate.

    I figured out how to manually calculate every formula in the workbook:
    Press CTRL+SHIFT+ALT+F9

    How do I do the same thing in code? So I can have it execute after it runs?

  2. #2
    Lively Member
    Join Date
    Jun 2003
    Location
    france
    Posts
    71
    i used the auto recording and got that
    VB Code:
    1. Application.CalculateFull
    or
    VB Code:
    1. calculate
    maybe this will help
    maybe not

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2003
    Posts
    406

    ....

    ....D'OH!!!

    I always forget about the recording feature....fricka fracka...

    Thanks!!! I'll give it a go...

Posting Permissions

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



Click Here to Expand Forum to Full Width