• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

VBA/PowerPivot

plexus

New Member
Hi Guys,

I currently us the tiny script:

Code:
Public Sub UpdateAllPVT()
ActiveWorkbook.RefreshAll
End Sub

To refresh all my Powerpivot tables in a Workbook. How would I go about writing a script that would just refresh selected tables? Ideally I would like to refresh two separate groups of tables with two separate macros.

Not having much luck finding an answer to this!

Thanks for any help.

Plex.
 
Back
Top