+ Reply to Thread
Results 1 to 5 of 5

AFTER Calculate Event

  1. #1
    PosseJohn
    Guest

    AFTER Calculate Event

    After my worksheets have been calculated, I need to display a message box
    with particular information.

    Went to the VBA code sheet for my worksheets, but there is no AFTERCalculate
    event listed.

    I know sometimes not all events are listed, IS there a aftercalculate event
    available for me to use (either worksheet or workbook level).

    Tanx.

  2. #2
    Gary Brown
    Guest

    Re: AFTER Calculate Event

    John,

    As far as I know there is no 'AfterCalculate' event.

    Why not calculate the worksheet then have your processing code immediately
    after that? That way you ensure that the worksheet has been calculated
    prior to your code running. For example...

    Calculate
    your code here

    Hope that helps,
    Gary Brown



    "PosseJohn" <PosseJohn@discussions.microsoft.com> wrote in message
    news:D6288FE2-4A5D-4F2A-8A52-D27878D820E6@microsoft.com...
    > After my worksheets have been calculated, I need to display a message box
    > with particular information.
    >
    > Went to the VBA code sheet for my worksheets, but there is no
    > AFTERCalculate
    > event listed.
    >
    > I know sometimes not all events are listed, IS there a aftercalculate
    > event
    > available for me to use (either worksheet or workbook level).
    >
    > Tanx.




  3. #3
    David McRitchie
    Guest

    Re: AFTER Calculate Event

    but there is a

    Worksheet_Calculate Event (#calculate)
    http://www.mvps.org/dmcritchie/excel....htm#calculate

    and if you use a message box after every recalculation you
    won't get anything done.

    ---
    HTH,
    David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
    My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
    Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

    "PosseJohn" <PosseJohn@discussions.microsoft.com> wrote in message news:D6288FE2-4A5D-4F2A-8A52-D27878D820E6@microsoft.com...
    > After my worksheets have been calculated, I need to display a message box
    > with particular information.
    >
    > Went to the VBA code sheet for my worksheets, but there is no AFTERCalculate
    > event listed.
    >
    > I know sometimes not all events are listed, IS there a aftercalculate event
    > available for me to use (either worksheet or workbook level).
    >
    > Tanx.





  4. #4
    PosseJohn
    Guest

    Re: AFTER Calculate Event

    "Calculate" is set to manual for the workbook. I'll check this out.


  5. #5
    PosseJohn
    Guest

    Re: AFTER Calculate Event

    The calculation is being initiated manually, not by code.

+ 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