XL 2008 pivot table refresh

synergy46

Board Regular
Joined
Jan 8, 2010
Messages
58
I am running XL 2008 on a Mac and have created a pivot table that works well. However, without VBA (and I don't know how to write in Applescript), is there a way to put a REFRESH button on my spreadsheet?
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
Can I ask why you need a button, when you can just right-click and refresh? (or use Data-Refresh data)
 
Upvote 0
Can I ask why you need a button, when you can just right-click and refresh? (or use Data-Refresh data)

Thanks for the reply.
I 'prefer' a button because this application is target to 'very unsophisticated' users who probably wouldn't think of the right click or the menu selection. But a button that says "Refresh" would certainly be easy enough.

Also, if I can attach some code to the button I can probably put it in a macro and have it fire on a 'change' event???

But, in any event, the button would do the job.
 
Upvote 0
As you've already noted, you can't use macros or events since they are VBA based. Are all your users on XL2008 too?
 
Upvote 0
Because it's better to design for your target audience! :)
There's not much point coming up with an Applescript solution if 95% of your users can't use it - you might as well design a VBA solution for them (especially as it will be about 2 lines of code)?
 
Upvote 0
Because it's better to design for your target audience! :)
There's not much point coming up with an Applescript solution if 95% of your users can't use it - you might as well design a VBA solution for them (especially as it will be about 2 lines of code)?

Right you are! But, as you are probably well aware, Microsoft EJECTED VBA from XL2008 and XL2004 (which I have) produces LISTS which are incompatible with XL2007. What to do?
 
Upvote 0
You don't have to use Lists in 2004 and I thought we were talking about pivot tables?
 
Upvote 0
No lists? Hmmmm.... good point. I could just use dynamic ranges with autofilter... Well, I am going to push the limits of 2008 and see what I can and can not do. Looks like this is a 'can not' do item.
 
Upvote 0
BTW, are you familiar with a non-vba workaround to allow a LIST to function while the Worksheet is protected?
:eek:
 
Upvote 0

Forum statistics

Threads
1,214,983
Messages
6,122,583
Members
449,089
Latest member
Motoracer88

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