Hello
Can any body help me to find mdx queries behind of pivot table in excel 2007
beta. Thanks in advance
Mohsen
Hello
Can any body help me to find mdx queries behind of pivot table in excel 2007
beta. Thanks in advance
Mohsen
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
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks