+ Reply to Thread
Results 1 to 2 of 2

Updateing worksheets when openening workbook

  1. #1
    Forum Contributor
    Join Date
    03-14-2005
    Location
    Sweden
    MS-Off Ver
    Office 365
    Posts
    329

    Updateing worksheets when openening workbook

    Hello.

    How do I write a script that calculates all cells in a workbook when I open it?

  2. #2
    Jim Thomlinson
    Guest

    RE: Updateing worksheets when openening workbook

    Add this code to "ThisWorkbook"

    Private Sub Workbook_Open()
    Application.CalculateFull
    End Sub

    To get to thisworkbook right click the Excel Icon in the upper left corner
    of the excel window and choose view code.
    --
    HTH...

    Jim Thomlinson


    "a94andwi" wrote:

    >
    > Hello.
    >
    > How do I write a script that calculates all cells in a workbook when I
    > open it?
    >
    >
    > --
    > a94andwi
    > ------------------------------------------------------------------------
    > a94andwi's Profile: http://www.excelforum.com/member.php...o&userid=21077
    > View this thread: http://www.excelforum.com/showthread...hreadid=384299
    >
    >


+ 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