A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Why not just add the Refresh All icon to the Quick-Access-Toolbar? Or learn the keyboard shortcut (also shown in the picture below).
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi
I want to create a button on the spreadsheet, which I can press to "refresh all" rather than having to go to Data, "refresh all" all the time?
Regards
Stephen
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
If you're unable to find the "OnAction" property in the Properties window of the button, you can still assign a macro to the button using a different approach.
Here's an alternative method:
RefreshAllData. Select it and click "OK."By creating the macro first and then assigning it to the button, you should be able to link the button to the macro without using the "OnAction" property explicitly.
If you're still having trouble, it's possible that the interface has changed in your specific version of Excel. In that case, you might consider referring to the official Microsoft documentation or seeking help from Microsoft's support resources.
You can certainly create a button in Excel 365 that triggers the "Refresh All" action without having to go to the Data tab each time. This can be achieved using Excel's Developer tab and a simple macro. Here's how:
RefreshAllData that will refresh all data connections in the active workbook.RefreshAllData.Now you have a button on your Excel worksheet that you can click to refresh all data connections without navigating through menus.
Remember that Excel's interface and features may change over time, so the steps might vary slightly depending on the version and updates.