How to refresh data in shared Excel 2010 workbook











up vote
8
down vote

favorite
3












I have a Excel 2010 workbook that is shared by other users who periodically update various cells. Is there a shortcut key, like F5 with most web browsers, that updates the document with any changes that have been made since I opened the workbook?



The following do not work:




  • F5

  • F9

  • SHFT + F9

  • CTRL + ALT + F9

  • CTRL + ALT + SHFT F9










share|improve this question




























    up vote
    8
    down vote

    favorite
    3












    I have a Excel 2010 workbook that is shared by other users who periodically update various cells. Is there a shortcut key, like F5 with most web browsers, that updates the document with any changes that have been made since I opened the workbook?



    The following do not work:




    • F5

    • F9

    • SHFT + F9

    • CTRL + ALT + F9

    • CTRL + ALT + SHFT F9










    share|improve this question


























      up vote
      8
      down vote

      favorite
      3









      up vote
      8
      down vote

      favorite
      3






      3





      I have a Excel 2010 workbook that is shared by other users who periodically update various cells. Is there a shortcut key, like F5 with most web browsers, that updates the document with any changes that have been made since I opened the workbook?



      The following do not work:




      • F5

      • F9

      • SHFT + F9

      • CTRL + ALT + F9

      • CTRL + ALT + SHFT F9










      share|improve this question















      I have a Excel 2010 workbook that is shared by other users who periodically update various cells. Is there a shortcut key, like F5 with most web browsers, that updates the document with any changes that have been made since I opened the workbook?



      The following do not work:




      • F5

      • F9

      • SHFT + F9

      • CTRL + ALT + F9

      • CTRL + ALT + SHFT F9







      microsoft-excel microsoft-excel-2010






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 26 '12 at 19:40









      Raystafarian

      19.3k104989




      19.3k104989










      asked Mar 26 '12 at 19:28









      kevin

      81114




      81114






















          5 Answers
          5






          active

          oldest

          votes

















          up vote
          5
          down vote













          Create a macro



          Sub Makro1()
          ActiveWorkbook.RefreshAll
          End Sub


          Assing keyboard shortcut to the macro






          share|improve this answer






























            up vote
            4
            down vote













            Hitting Save works, as long as you are careful not to save anything you didn't want.



            It's definitely odd that f5 doesn't refresh in Excel.






            share|improve this answer





















            • I would love to have a way to do it not involving saving, honestly.
              – Joshua Nurczyk
              Dec 7 '12 at 15:20


















            up vote
            1
            down vote













            try ctrl+alt+F5



            or go to data - connections - refresh all - refresh all






            share|improve this answer





















            • ctrl+alt+f5 does not work
              – kevin
              Apr 3 '12 at 15:42










            • data > connections has no connections and Refresh is greyed out
              – kevin
              Apr 3 '12 at 15:55






            • 1




              That refreshes data sources, not the document itself.
              – SilverbackNet
              Jan 3 '15 at 1:24


















            up vote
            1
            down vote













            Alt + A, R, R or A in sequence will refresh the data.






            share|improve this answer






























              up vote
              -1
              down vote













              Use Review, Track Changes, check Track changes while editing, and select the options you want.






              share|improve this answer

















              • 2




                The OP was asking how to refresh data. I don't remember using a shared spreadsheet that also had data to refresh, but I suppose you could unshare, refresh, then re-share(?).
                – thpope
                Nov 30 at 16:00











              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "3"
              };
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function() {
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled) {
              StackExchange.using("snippets", function() {
              createEditor();
              });
              }
              else {
              createEditor();
              }
              });

              function createEditor() {
              StackExchange.prepareEditor({
              heartbeatType: 'answer',
              convertImagesToLinks: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              });


              }
              });














              draft saved

              draft discarded


















              StackExchange.ready(
              function () {
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f405042%2fhow-to-refresh-data-in-shared-excel-2010-workbook%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              5 Answers
              5






              active

              oldest

              votes








              5 Answers
              5






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes








              up vote
              5
              down vote













              Create a macro



              Sub Makro1()
              ActiveWorkbook.RefreshAll
              End Sub


              Assing keyboard shortcut to the macro






              share|improve this answer



























                up vote
                5
                down vote













                Create a macro



                Sub Makro1()
                ActiveWorkbook.RefreshAll
                End Sub


                Assing keyboard shortcut to the macro






                share|improve this answer

























                  up vote
                  5
                  down vote










                  up vote
                  5
                  down vote









                  Create a macro



                  Sub Makro1()
                  ActiveWorkbook.RefreshAll
                  End Sub


                  Assing keyboard shortcut to the macro






                  share|improve this answer














                  Create a macro



                  Sub Makro1()
                  ActiveWorkbook.RefreshAll
                  End Sub


                  Assing keyboard shortcut to the macro







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Nov 25 '16 at 8:55

























                  answered Mar 26 '12 at 19:47









                  integratorIT

                  670615




                  670615
























                      up vote
                      4
                      down vote













                      Hitting Save works, as long as you are careful not to save anything you didn't want.



                      It's definitely odd that f5 doesn't refresh in Excel.






                      share|improve this answer





















                      • I would love to have a way to do it not involving saving, honestly.
                        – Joshua Nurczyk
                        Dec 7 '12 at 15:20















                      up vote
                      4
                      down vote













                      Hitting Save works, as long as you are careful not to save anything you didn't want.



                      It's definitely odd that f5 doesn't refresh in Excel.






                      share|improve this answer





















                      • I would love to have a way to do it not involving saving, honestly.
                        – Joshua Nurczyk
                        Dec 7 '12 at 15:20













                      up vote
                      4
                      down vote










                      up vote
                      4
                      down vote









                      Hitting Save works, as long as you are careful not to save anything you didn't want.



                      It's definitely odd that f5 doesn't refresh in Excel.






                      share|improve this answer












                      Hitting Save works, as long as you are careful not to save anything you didn't want.



                      It's definitely odd that f5 doesn't refresh in Excel.







                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered Apr 3 '12 at 15:56









                      kevin

                      81114




                      81114












                      • I would love to have a way to do it not involving saving, honestly.
                        – Joshua Nurczyk
                        Dec 7 '12 at 15:20


















                      • I would love to have a way to do it not involving saving, honestly.
                        – Joshua Nurczyk
                        Dec 7 '12 at 15:20
















                      I would love to have a way to do it not involving saving, honestly.
                      – Joshua Nurczyk
                      Dec 7 '12 at 15:20




                      I would love to have a way to do it not involving saving, honestly.
                      – Joshua Nurczyk
                      Dec 7 '12 at 15:20










                      up vote
                      1
                      down vote













                      try ctrl+alt+F5



                      or go to data - connections - refresh all - refresh all






                      share|improve this answer





















                      • ctrl+alt+f5 does not work
                        – kevin
                        Apr 3 '12 at 15:42










                      • data > connections has no connections and Refresh is greyed out
                        – kevin
                        Apr 3 '12 at 15:55






                      • 1




                        That refreshes data sources, not the document itself.
                        – SilverbackNet
                        Jan 3 '15 at 1:24















                      up vote
                      1
                      down vote













                      try ctrl+alt+F5



                      or go to data - connections - refresh all - refresh all






                      share|improve this answer





















                      • ctrl+alt+f5 does not work
                        – kevin
                        Apr 3 '12 at 15:42










                      • data > connections has no connections and Refresh is greyed out
                        – kevin
                        Apr 3 '12 at 15:55






                      • 1




                        That refreshes data sources, not the document itself.
                        – SilverbackNet
                        Jan 3 '15 at 1:24













                      up vote
                      1
                      down vote










                      up vote
                      1
                      down vote









                      try ctrl+alt+F5



                      or go to data - connections - refresh all - refresh all






                      share|improve this answer












                      try ctrl+alt+F5



                      or go to data - connections - refresh all - refresh all







                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered Mar 27 '12 at 10:12









                      Raystafarian

                      19.3k104989




                      19.3k104989












                      • ctrl+alt+f5 does not work
                        – kevin
                        Apr 3 '12 at 15:42










                      • data > connections has no connections and Refresh is greyed out
                        – kevin
                        Apr 3 '12 at 15:55






                      • 1




                        That refreshes data sources, not the document itself.
                        – SilverbackNet
                        Jan 3 '15 at 1:24


















                      • ctrl+alt+f5 does not work
                        – kevin
                        Apr 3 '12 at 15:42










                      • data > connections has no connections and Refresh is greyed out
                        – kevin
                        Apr 3 '12 at 15:55






                      • 1




                        That refreshes data sources, not the document itself.
                        – SilverbackNet
                        Jan 3 '15 at 1:24
















                      ctrl+alt+f5 does not work
                      – kevin
                      Apr 3 '12 at 15:42




                      ctrl+alt+f5 does not work
                      – kevin
                      Apr 3 '12 at 15:42












                      data > connections has no connections and Refresh is greyed out
                      – kevin
                      Apr 3 '12 at 15:55




                      data > connections has no connections and Refresh is greyed out
                      – kevin
                      Apr 3 '12 at 15:55




                      1




                      1




                      That refreshes data sources, not the document itself.
                      – SilverbackNet
                      Jan 3 '15 at 1:24




                      That refreshes data sources, not the document itself.
                      – SilverbackNet
                      Jan 3 '15 at 1:24










                      up vote
                      1
                      down vote













                      Alt + A, R, R or A in sequence will refresh the data.






                      share|improve this answer



























                        up vote
                        1
                        down vote













                        Alt + A, R, R or A in sequence will refresh the data.






                        share|improve this answer

























                          up vote
                          1
                          down vote










                          up vote
                          1
                          down vote









                          Alt + A, R, R or A in sequence will refresh the data.






                          share|improve this answer














                          Alt + A, R, R or A in sequence will refresh the data.







                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited May 1 '15 at 17:21









                          nhinkle

                          29.8k31126167




                          29.8k31126167










                          answered Apr 30 '15 at 20:23









                          John Pramod

                          211




                          211






















                              up vote
                              -1
                              down vote













                              Use Review, Track Changes, check Track changes while editing, and select the options you want.






                              share|improve this answer

















                              • 2




                                The OP was asking how to refresh data. I don't remember using a shared spreadsheet that also had data to refresh, but I suppose you could unshare, refresh, then re-share(?).
                                – thpope
                                Nov 30 at 16:00















                              up vote
                              -1
                              down vote













                              Use Review, Track Changes, check Track changes while editing, and select the options you want.






                              share|improve this answer

















                              • 2




                                The OP was asking how to refresh data. I don't remember using a shared spreadsheet that also had data to refresh, but I suppose you could unshare, refresh, then re-share(?).
                                – thpope
                                Nov 30 at 16:00













                              up vote
                              -1
                              down vote










                              up vote
                              -1
                              down vote









                              Use Review, Track Changes, check Track changes while editing, and select the options you want.






                              share|improve this answer












                              Use Review, Track Changes, check Track changes while editing, and select the options you want.







                              share|improve this answer












                              share|improve this answer



                              share|improve this answer










                              answered Nov 30 at 15:51









                              thpope

                              1




                              1








                              • 2




                                The OP was asking how to refresh data. I don't remember using a shared spreadsheet that also had data to refresh, but I suppose you could unshare, refresh, then re-share(?).
                                – thpope
                                Nov 30 at 16:00














                              • 2




                                The OP was asking how to refresh data. I don't remember using a shared spreadsheet that also had data to refresh, but I suppose you could unshare, refresh, then re-share(?).
                                – thpope
                                Nov 30 at 16:00








                              2




                              2




                              The OP was asking how to refresh data. I don't remember using a shared spreadsheet that also had data to refresh, but I suppose you could unshare, refresh, then re-share(?).
                              – thpope
                              Nov 30 at 16:00




                              The OP was asking how to refresh data. I don't remember using a shared spreadsheet that also had data to refresh, but I suppose you could unshare, refresh, then re-share(?).
                              – thpope
                              Nov 30 at 16:00


















                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Super User!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              To learn more, see our tips on writing great answers.





                              Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                              Please pay close attention to the following guidance:


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f405042%2fhow-to-refresh-data-in-shared-excel-2010-workbook%23new-answer', 'question_page');
                              }
                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              If I really need a card on my start hand, how many mulligans make sense? [duplicate]

                              Alcedinidae

                              Can an atomic nucleus contain both particles and antiparticles? [duplicate]