How to refresh one tab at a time with a single button

jpiazza

New Member
Joined
Oct 10, 2006
Messages
15
So basically, I have a workbook with 5 or so tabs. Some tabs have XML calls, others have pivot tables. I am trying to figure out how to refresh each tab in a certain order.

So the ThisWorkbook.RefreshAll doesn't seem to work.

I am looking for something like

Workbook."Closed Issues".Refresh
Workbook."Open Issues".Refresh
Workbook."Summary".Refresh

Thanks
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Just goto Tools>Macro...Record New Macro... and then carry out the refreshing manually.

That should generate code that you can call from a button.

Note the code generated will probably need cleaned up - the macro recorder records all your actions.:)
 
Upvote 0

Forum statistics

Threads
1,214,971
Messages
6,122,525
Members
449,088
Latest member
RandomExceller01

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top