Results 1 to 2 of 2

VBA to run Query Designer

Threaded View

  1. #1
    Registered User
    Join Date
    04-13-2007
    Posts
    1

    VBA to run Query Designer

    I want to run my existing Query I wrote using Essbase Query Designer, in Excel using VBA. But all it does is open the Query Designer wizard for me, but doesn't wait for my response and proceeds to the next step. What should I do?
    Currently I have:

     qmenu = EssMenuVQueryDesigner()
    If qmenu = 0 Then
    MsgBox ("query successful!")
    Else
    MsgBox ("Try again!")
    End If
    And I get "Try again" message box.

    Any help to make this process simple is appreciated! Basically I want to open already saved Query and run that before retrieving data. So maybe I don't even have to use EssMenuVQueryDesigner() function...

    Thanks!
    Last edited by VBA Noob; 04-13-2007 at 03:28 PM.

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