Consulting

Results 1 to 4 of 4

Thread: Solved: recalculate a function

  1. #1
    VBAX Regular
    Joined
    Aug 2009
    Posts
    9
    Location

    Solved: recalculate a function

    Hi,
    does anyone know how to recalculate all the function of a workbook with a VBA function? these functions are located in a VBA module and I would like to refresh all the workbook. there are maybe hundred functions spread in several sheets. Some of the functions return an array and should be recalculated with ctrl shift enter ...
    thx
    swan

  2. #2
    Mac Moderator VBAX Guru mikerickson's Avatar
    Joined
    May 2007
    Location
    Davis CA
    Posts
    2,778
    [VBA]Application.Calculate[/VBA]

  3. #3
    Knowledge Base Approver VBAX Guru GTO's Avatar
    Joined
    Sep 2008
    Posts
    3,368
    Location
    I might not be understanding, but have you tried:

    Application.CalculateFull
    Hope that helps,

    Mark

  4. #4
    VBAX Regular
    Joined
    Aug 2009
    Posts
    9
    Location
    Amazing. Thanks you guy that was helpfull.

Posting Permissions

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