Results 1 to 7 of 7

Thread: Cube Values Timing Out When Batch Printing PDFs

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #6
    VBAX Newbie
    Joined
    Sep 2013
    Posts
    3
    Location
    Hey snb, you're actually spot on, the range is tied to the slicer, so as the macro goes through each value in the slicer list, that value is populated into X1 so the save macro will save with whatever data is being displayed... Basically the value that's in cell X1 is:

    =CUBERANKEDMEMBER("PowerPivot Data",Slicer_1,1)
    Last edited by joeybb; 12-12-2013 at 09:49 AM. Reason: added code tags

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •