+ Reply to Thread
Results 1 to 2 of 2

MDX excel pivot table

  1. #1
    Mohsen
    Guest

    MDX excel pivot table

    Hello
    Can any body help me to find mdx queries behind of pivot table in excel 2007
    beta. Thanks in advance
    Mohsen


  2. #2
    MHAlexander@gmail.com
    Guest

    Re: MDX excel pivot table


    Mohsen wrote:
    > Hello
    > Can any body help me to find mdx queries behind of pivot table in excel 2007
    > beta. Thanks in advance
    > Mohsen


    Use the MDX property to do this

    Sub CheckMDX()
    Dim strMDX As String
    strMDX = ActiveSheet.PivotTables(1).MDX
    MsgBox strMDX
    End Sub


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1