H hverbrugge New Member May 20, 2014 #1 Instead of always having to press the refresh data ribbon for data, is there a way to automate it via setting up a macro?
Instead of always having to press the refresh data ribbon for data, is there a way to automate it via setting up a macro?
Luke M Excel Ninja Staff member May 20, 2014 #2 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
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