CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Noorie007

Search: Search took 0.11 seconds.

  1. Replies
    14
    Views
    7,628

    Re: Essbase Retrieve All Code

    Thanks A lot Eri and Dglienna.
  2. Replies
    14
    Views
    7,628

    Re: Essbase Retrieve All Code

    I'm note sure what you're telling me to do. Bare with me since I'm not a vba user. This is my first attempt to write a macro. Basically, I need to specify in the code to exclude a sheet from being...
  3. Replies
    14
    Views
    7,628

    Re: Essbase Retrieve All Code

    sorry this is what the code looks like now and Im getting a run-time error 1004: Method 'Select' of Object 'sheets' failed.

    Declare Function EssMenuVRetrieve Lib "ESSEXCLN.XLL" () As Long
    Sub...
  4. Replies
    14
    Views
    7,628

    Re: Essbase Retrieve All Code

    I am now getting a compile error Next without For. Here is what my code looks like now, can you point the error?

    Declare Function EssMenuVRetrieve Lib "ESSEXCLN.XLL" () As Long
    Sub...
  5. Replies
    14
    Views
    7,628

    Re: Essbase Retrieve All Code

    ok i will try now and let you know. thanks
  6. Replies
    14
    Views
    7,628

    Re: Essbase Retrieve All Code

    Thank you.

    I have tried y = 2 and it does not make a difference. I need like a select case code to exlcude sheet 1 from being retrieved.

    thanks
  7. Replies
    14
    Views
    7,628

    Essbase Retrieve All Code

    Hello,

    I am trying to create a macro in order to be able to retrieve all sheets in a workbook. Here is a "loop through all" code I used. The problem is that I want to exclude 1 of the sheets from...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured