+ Reply to Thread
Results 1 to 4 of 4

How to have the array formulas automatically updated (CTRL+ALT+F9)when the file gets open?

  1. #1
    Registered User
    Join Date
    12-21-2021
    Location
    USA
    MS-Off Ver
    2013
    Posts
    10

    How to have the array formulas automatically updated (CTRL+ALT+F9)when the file gets open?

    Hello all.
    I have a file which has three tabs. each tab has a large table with bunch of Array formulas on it and usually what I do is I hit Ctrl+alt+F9 on each sheet to refresh the whole sheet. How can I have this done automatically when I open the file? I like to also get a alert that the report is updated once the refresh is done.


    I have written some codes but it doesnt work properly.

    Option Explicit
    Sub auto_open()
    Application.CalculateFull
    End Sub


    Thanks
    Sep
    Last edited by sepehr485; 01-08-2022 at 08:44 PM.

  2. #2
    Valued Forum Contributor
    Join Date
    06-27-2010
    Location
    sYRIA
    MS-Off Ver
    Excel 2013
    Posts
    669

    Re: How to have the array formulas automatically updated (CTRL+ALT+F9)when the file gets o

    Hi
    Make sure before saving the file
    Attached Images Attached Images

  3. #3
    Registered User
    Join Date
    12-21-2021
    Location
    USA
    MS-Off Ver
    2013
    Posts
    10

    Re: How to have the array formulas automatically updated (CTRL+ALT+F9)when the file gets o

    Thank you. Calculation is already set on automatic. the problem is formulas are complex and also combination of text and numbers. So I need to have a macro to do it automatically for all sheets once the file gets open.

    Thanks

  4. #4
    Valued Forum Contributor
    Join Date
    06-27-2010
    Location
    sYRIA
    MS-Off Ver
    Excel 2013
    Posts
    669

    Re: How to have the array formulas automatically updated (CTRL+ALT+F9)when the file gets o

    Ah
    I see
    Your code should be

    Please Login or Register  to view this content.
    Land it in ThisWorkbook module

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 6
    Last Post: 08-11-2014, 09:13 PM
  2. [SOLVED] Can "open" (Ctrl-O) be updated to default to a specific folder
    By jlax34 in forum Excel General
    Replies: 2
    Last Post: 12-10-2012, 03:42 PM
  3. Ctrl+Shift+Enter (CSE) array formulas in VBA using differing formulas
    By officeguy in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-11-2012, 04:31 PM
  4. Automatically updated formulas?
    By Vic_from_sweden in forum Excel General
    Replies: 0
    Last Post: 07-11-2011, 08:45 AM
  5. Replies: 3
    Last Post: 07-18-2007, 03:15 AM
  6. Execute a CTRL+ALT+F9 command (Array Formulas)
    By Ashleigh Gardner in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-30-2005, 11:05 AM
  7. Automatically execute a CTRL-ALT-F9 when I open a workbook
    By Antonio Duarte in forum Excel General
    Replies: 1
    Last Post: 06-15-2005, 10:05 AM

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