• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Automated 'Refresh ribbon' macro

hverbrugge

New Member
Instead of always having to press the refresh data ribbon for data, is there a way to automate it via setting up a macro?
 
Welcome to the forum!
Depends on when you want the data to be refreshed. Could certainly tie it into any of the Event macros...could be a sheet select, data change, sheet deactivate...

Whichever one you decide to go with, line would be:
Code:
ThisWorkbook.RefreshAll
 
Back
Top