I have some external references to a Sharepoint list. There are certain sheets that have these connections that must be refreshed on the press of a button. How can I only refresh certain sheets?! Please help Can I refresh the sheets one at a time in the command...? Something like ActiveWorkbook.Refresh.Sheets("SheetA") ??? I'm creating a button to refresh specific worksheets and their connections. So it could be multiple lines of code to refresh one worksheet. Please help!