EVMNU Macro to expand active sheet

Hi all,
I have a question regarding the EVMNU macros. Is there a EVMNU macro which allows us to expand only the active sheet? I know that it is possible to do this via the context menu but as far as I know there is no EVMNU macro with which this action can be customized to a button. Am I right or is there a EVMNU macro available? The MNU_eTOOLS_EXPAND-macro expands all sheets of a workbook. In my case I would like to avoid doing an expand of all sheets because an expand of the active sheet would result in a better performance.
Thanks in advance for your help
Christian

On the Workbook options check the EVDRE: Refresh by Sheet option

Similar Messages

  • EvDRE: Refresh Active Sheet (for VBA)

    Is there a routine I can use that's the equivalent to:
    Right-click, EVDRE: Exand & Refresh...Active Sheet
    I'm aware of the VBA routines like MNU_eTOOLS_EXPANDANDREFRESH and MNU_eTOOLS_EXPAND, and MNU_eTOOLS_REFRESH---but did not find any documentation on this calling this.
    Edited by: Allison Jones on Mar 17, 2008 8:50 PM

    Those may be internal calls to the addin that are accidently exposed.  You should not call anything that isn't documented.  All the MNU commands are documented in the eTools help file I referenced earlier.  Choose, [eTools] > [BPC for Office help] then search on [MNU] and choose [BPC menu commands].
    You can either assign the macro to a form button or call them in a VBA routine as Joost mentioned.  If the goal is to just call the macro, the button works fine.  The only reason to call them from VBA is if you need to string together multiple operations in a single process.  Then you'd write your own macro and assign it to a button.
    The function that is equal to Expand and refresh on a report template would be MNU_ETOOLS_EXPANDANDREFRESH.  This does both an expand of dynamic members and a data refresh.  If you just need to update the data, MNU_ETOOLS_REFRESH is all that's needed.

  • Compatibility problem with macro media flash active control

    I am getting a message on my screen "compatibility problem with macro media flash active control, it isnt compatible with my version of windows (vista).  How can this be fixed?  why am I suddenly getting it now?  I have the latest Adobe flash player installed.
    Trisha

    the latest flash is probably the problem... it's seems that the latest flash has been causing a boat load of issues. i did a system restore to undo the flash and mozilla upgrades and it's still crashing but not as bad as it was with the upgrades.

  • Expand on sheets and Distribution list wizard

    Hi,
    my reports uses a EXPAND on SHEET in order to generate a sheet per entity.
    I have configured a Distribution list in order to generate a workbook for each departement (a departement has many entities).
    The generated Excel reports have lony one sheet.
    It seems that the EXPAND on SHEET doesn't work with the Distribution wizard, doesn't it?
    regards,
    Romuald

    Hi there,
    This was fixed in BPC 7.0M SP07 Patch 6.
    Please see Note [1526314|https://service.sap.com/sap/support/notes/1526314]
    Thanks,
    John

  • Macro Studio MX2004 activation doesn't hold - have to reenter serial number everytime to open

    Since the Macro activation is no longer available online, I used the new serial number that was provided, but it makes me enter it each time I open a program that uses it.

    Gsnservices you can find more details at Make older programs run in this version of Windows - Windows Help.
    You may want to consider a Creative Cloud membership as the programs included with the membership have been designed to run on your new computer and operating system.  You can find more details at Cloud-based creative software and services | Adobe Creative Cloud.

  • Changing name of macro in Background activity

    Hello Experts,
    Currenly we are working on SCM 5.1 version.
    I am facing one issue. Whenever I changes macro & move to production through transport request & that macro if we used any activity(Background job) in production then the macro name changes to some technical name.
    Do we have any SAP notes or something to resolve this issue?
    Thanks & Regards
    Sujay

    Hi Sujay,
    We have also faced this issue.
    What we have observed is. If you transport a macro, then modify and save it in the destination system and after that you send another transport later on. This problem occurs. We were unable to find a note or solution to this rather than fix it manually.
    What we learnt was never to make a macro change in production directly. What happens in that case is, its internal GUID changes and when we transport from another system, the old GUID comes in. However all of background jobs are pointing to the old GUID and hence the mismatch.
    Hope this helps.
    Thanks
    Mani Suresh

  • Need help with active sheets

    Hello !
    I need help for a school project,
    I want to read from a excell table and send it on a serial port, ...
    But i want to do this while I work in this excel. table ?
    Have anyone an idea ??
    mailto::[email protected]
    Thank´s,

    Problem solved
    changed <s>user</s> to <s>w2k_user</s> and same kind of change for the password

  • Embedding Macros in the BEx web exported excel sheet

    Hi all Advanced reporting gurus,
    I have to embed a macro in the excel sheet, when the user clicks the button Export to excel sheet in the BEx web. This needs to be generic, it means every BEx web user should be able to avail this macro. Can any one suggest me the methods to do so ?? Its really urgent and ur quick response is awaited....
    Thanking you in advance,
    Bret

    Hi Heike,
    Thanks for your help. I searched the office XML documents and one the help file specifys this tag
    IntlMacro Element (Microsoft Excel)
    Specifies whether a worksheet is an international macro sheet.
    Contained In
    WorksheetOptions
    Remarks
    If <x:IntlMacro/> is specified, the worksheet is an international macro sheet.
    so I guess, if Office XML standards are used in BW then this tag also shld work. I read few topics on SAP ABAP class files such as ZCL_RSR_XLS_HELP_WINDOW_PRINT and it has one the method to trigger rendering of data. Can I use this class and method to send the tag values so that macro is also embedded while sending data ????
    your thought are highly awaited,
    thanks
    D Bret

  • How do I set ScrollRow on a Sheet that is not displayed without selecting/activating it?

    Without displaying and selecting a named Sheet, how do I set ScrollRow for a Sheet which is not displayed and, therefor, not in a Window?  Is there some other Property of a Sheet I can use to position a specific cell in the upper-left corner of that
    sheet?
    Thanks for any help.
    Charlie

    Thanks Andreas.  Your answer above confirms my fear/conclusion.  Looks like I'll have to change my macro design to handle events.  Probably the right thing to do anyway.
    To those above who ask me to clarify, here's my situation: I have one macro workbook open and running a macro which requires many minutes to complete.  That macro operates on multiple sheets within its own workbook.  As part of those operations,
    my intent was to pre-position/scroll various sheets to display potentially different data based on the results of ongoing calculations so that, when the sheet is actually selected, the desired data is already positioned for best visibility.  However,
    as noted, the macro takes a long time to run.  So I often have multiple workbooks open.  While the macro runs, I minimize the running workbook, and select another workbook that I work in while I wait for the macro to complete. 
    As a result, the running macro workbook is neither displayed nor is it the ActiveWorkbook.  Thus, I cannot allow the macro code to use Properties such as ActiveWindow, since the ActiveWindow is NOT the window I want to adjust.  Nor do I want to
    take focus away from whatever the ActiveWindow is to make my adjustments to the various sheets in question. 
    As noted above, perhaps I'll need to redesign my workbooks to add event handlers to the various sheets so that my desired adjustments can be made when those sheets are selected, at which point I can be certain that they are the ActiveSheet in the ActiveWindow.
    Thanks all for your help.
    cw

  • Error while creating pivot table in recording macro

    im getting error " Run time error 1004: unable to get the pivottables property of the worksheet class
    below is the code
    Sub Macro16()
    ' Macro16 Macro
    ' Keyboard Shortcut: Ctrl+t
        ActiveWorkbook.PivotCaches.Create(SourceType:=xlDatabase, SourceData:= _
            "Premium Data!R1C1:R25000C11", Version:=xlPivotTableVersion14). _
            CreatePivotTable TableDestination:="", TableName:= _
            "PivotTable14", DefaultVersion:=xlPivotTableVersion14
        Sheets("Premium Pivot").Select
        Cells(2, 2).Select
        With ActiveSheet.PivotTables("PivotTable14").PivotFields("RM")
            .Orientation = xlRowField
            .Position = 1
        End With
        ActiveSheet.PivotTables("PivotTable14").AddDataField ActiveSheet.PivotTables( _
            "PivotTable14").PivotFields("KL"), "Sum of KL", xlSum
    End Sub

    You have TableDestination:="" which means you are not specifying a destination and therefore a new sheet gets created and it becomes the active sheet. You are selecting Sheets("Premium Pivot") which will not
    have the pivot table and the remainder of the code references the ActiveSheet.
    Either delete the line Sheets("Premium Pivot").Select or set the table destination like the following.
    TableDestination:="'Premium Pivot'!R3C1"      (Note the single quotes around the sheet name that contains a space. Edit the range on the destination to suit your requirements.)
    Regards, OssieMac

  • How To Make Shapes Change Colors When Clicking on them. Example Sheet Sales Data.xlsx template with Excel 2013

    My question is related to the Sales Data.xlsx template that comes with Excel 2013
    IN this workbook is a sheet named Sales Data. It has, 3 shapes. One each for each of the tab sheets in the workbook. When I click on the 'Sales Report' shape it selects the sales report tab. When you do this the shape changes color and the 'Sales Data' shape
    also changes color.
    However I'm unable to figure out how the colors are changing. 
    I don't see any macros in the workbook/worksheet. Nor do I see any code for worksheet events. I don't see any modules in VBA either. I think what is happening is that there are 2 shapes. When you click on one, the one shape goes to the background and the
    other one comes to the foreground.
    I'm no sure how it's doing that. 
    Can someone look at this template, Sales Data.xlsx that comes with Excel and explain how this functionality works?
    Thank You
    Keith Aul
    Keith Aul

    The shapes are exactly as I suspected, each of 3 sheets has 3 'navigation' shapes. The shape with the same name as the sheet has no hyperlink and is coloured differently to indicate it refers to the active sheet. The other two have hyperlinks linked to respective
    sheets. 3x3 shapes, 9 in total, none of them ever change colour!
    It's logical though not necessary to name each shape same as the sheet it links to, but they'd work just as well with their original default names.
    For aesthetics, the shapes that refer to own sheet have a horizontal line on top, actually two shapes as a group.
    If still confused copy each set of 3 shapes to a 4th sheet, or open two new windows so you can see all three sheets at the same time.

  • What exactly is the difference between :"Refresh" and "Expand All"?

    They seem to do the same thing most of the time. What is the difference?

    Hi Dermot,
    Well, for a report that uses no expansions the time it takes for Refresh and Expand All should be about the same. Maybe a little bit faster for Refresh. But if your report does have expansions, Refresh should be significantly faster.
    Here is the list of what happens to each EVDRE in your workbook when you click the "Expand All" button: [http://help.sap.com/saphelp_bpc75_nw/helpdata/en/fb/b03d0099e8428d95eb7de2c964cf18/frameset.htm] It has 8 steps. I believe that when you click the "Refresh" button it only executes steps 3 and 4 (not completely sure about that, but you get the point - it doesn't do everything).
    Expand All can get especially problematic when you have a workbook with a large number of EVDREs. In this case, a nice option  is to right-click on the worksheet and take a look at the options under the top menu item. One of the options is to expand only the active sheet, which can save you a lot of time.
    Cheers,
    Ethan

  • Cant Generate Output.....Macros Disabled??

    Hi,
    I am trying to build my first RoboHelp project, and since I
    added a template and a custom style sheet, I have not been able to
    successfully generate output of any type.
    I have been trying to generate FlashHelp, but continue
    getting this message:
    <b>Starting compilation...
    FlashHelp preprocessor 13.10.801
    Compiling S:\Steph\Help Files\Project Stop
    (outside)\!SSL!\FlashHelp\Project_Stop_(outside).htm ...
    Preparing to create FlashHelp...
    Finished preparing in 2 sec(s)
    Initializing compiler...
    Generating FlashHelp 1.00 (13.10.801)...
    Template Active Script Error: (null) [Line: 13] (null)
    Template Error: can not resolve macro: RegisterResolvers
    Fatal Error: Cannot run macro: RegisterResolvers in
    compilation script.
    Template Error: can not resolve macro: WH_HOME_HTM
    Template Error: can not resolve macro: WH_CSH_HTM
    Template Error: can not resolve macro: WH_CSH2_HTM
    Template Active Script Error: (null) [Line: 74] (null)
    Template Error: can not resolve macro: PostCompile
    Fatal Error: Cannot run macro: PostCompile in compilation
    script.
    Finished compiling FlashHelp in 2 sec(s)</b>
    I have just tried to generate HTML and Web Help, and both
    came up with similar messages, for example:
    <b>
    Starting compilation...
    WebHelp preprocessor 13.10.801
    Compiling S:\Steph\Help Files\Project Stop
    (outside)\!SSL!\WebHelp\Project_Stop_(outside).htm ...
    Preparing to create WebHelp...
    Clearing output folder...
    Preparing files for WebHelp...
    Copying files...
    Updating files...
    Finished preparing in 1 sec(s)
    Initializing compiler...
    Generating WebHelp 5.50 (13.10.801)...
    Template Active Script Error: (null) [Line: 13] (null)
    Template Error: can not resolve macro: RegisterResolvers
    Fatal Error: Cannot run macro: RegisterResolvers in
    compilation script.
    Template Error: can not resolve macro: WH_HOME_HTM
    Template Error: can not resolve macro: SF_HOMEPAGE_HTM
    Template Error: can not resolve macro: WH_CSH_HTM
    Template Error: can not resolve macro: WH_CSH2_HTM
    Finished compiling WebHelp in 1 sec(s)
    Compilation complete.
    </b>
    Although it says "compilation complete", when I click on
    "view" nothing happens.
    I am a complete novice at this, so please talk to me like I
    am an idiot *grin*.
    I am using "Robohelp Office Pro X5 for .NET", and it is
    running on my office's server, not my local PC.
    Please, any help would be appreciated....Im running on a
    tight deadline and nobody here has used the program before....
    Thanks in advance,
    Steph

    Hi Steph
    Well, for starters, I really hate to admonish you, but you
    have posted the same question repeatedly. This is frowned upon here
    in the forums. And what is more frowned upon is the fact you have
    now cross posted. So for starters, you might want to peruse the
    Posting Guideliines (viewed by
    clicking
    here. Note that these guidelines also discourage using the
    "Bump" technique to bring a post back to the forefront, but I
    believe this is much better than repeatedly posting.
    Okay, with the admonishment out of the way, I see an
    immediate problem. And that problem is a huge red flag here. The
    drive letter
    S is probably referring to a Network location, is it not? If
    so, you really do need to move your project to the local drive.
    Once in a while we see folks post here that claim they have never
    ever seen a problem with storing their project on a network drive.
    Others claim that a network drive should be no different than a
    local drive. HOWEVER, the fact remains that this forum as well as
    the two that came before were littered with posts with folks
    experiencing issues. Issues that turned out to be related to the
    simple fact a network drive was in use. Issues that mysteriously
    resolved once the project was moved to the local drive.
    Sooooo, move your project to your local drive and see if the
    issue resolves. If not, at least we are headed in a known right
    direction. Post back and we will likely offer possible things to
    try. But it's pointless until we remove the one known possible
    issue from the mix.
    Cheers... Rick :)

  • Multiple sheets from EXCEL

    Hi Everyone,
    My requirment is as follows to read multiple sheets from an EXCEL that contains MAcro and some Visual BAsic Components.
    I am using FM 'ALSM_EXCEL_TO_INTERNAL_TABLE' to read a single sheet which works fine.
    But it brings in only one Active sheet at a time.
    Please help me resolve this.
      CREATE OBJECT application 'EXCEL.APPLICATION'.
      CALL METHOD OF application 'Workbooks' = workbook.
      CALL METHOD OF workbook 'Open' EXPORTING #1 = p_file.
    *call METHOD of Workbook 'Sheets' EXPORTING
    Open the first sheet in the workbook
      CALL METHOD OF workbook 'Worksheets' = sheet EXPORTING #1 = 1.
      CALL METHOD OF workbook 'ActivateSheet'
        EXPORTING
          #1 = 1.
      CALL METHOD OF sheet 'Activate'.
      CALL METHOD OF sheet 'Save'.
      FREE OBJECT application.
      SET PROPERTY OF application 'visible' = 0.
      CALL METHOD OF application 'QUIT'.
      CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE'
        EXPORTING
          filename                = p_file
          i_begin_col             = '1'
          i_begin_row             = '1'
          i_end_col               = '60'
          i_end_row               = '32000'
        TABLES
          intern                  = it_data
        EXCEPTIONS
          inconsistent_parameters = 1
          upload_ole              = 2
          OTHERS                  = 3.
      IF sy-subrc <> 0.
        WRITE:/ 'Upload Error ', sy-subrc.
      ENDIF.
      APPEND LINES OF it_data TO gt_data.
      BREAK-POINT.
      CREATE OBJECT application 'EXCEL.APPLICATION'.
      CALL METHOD OF application 'Workbooks' = workbook.
      CALL METHOD OF workbook 'Open' EXPORTING #1 = p_file.
    Open the second sheet in the workbook
      CALL METHOD OF workbook 'Worksheets' = sheet EXPORTING #1 = 2.
        CALL METHOD OF workbook 'ActivateSheet'
        EXPORTING
          #1 = 2.
      CALL METHOD OF sheet 'Activate'.
      CALL METHOD OF sheet 'Save'.
      SET PROPERTY OF application 'visible' = 0.
      FREE OBJECT application.
      CALL METHOD OF application 'QUIT'.
      CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE'
        EXPORTING
          filename                = p_file
          i_begin_col             = '1'
          i_begin_row             = '1'
          i_end_col               = '60'
          i_end_row               = '32000'
        TABLES
          intern                  = it_data
        EXCEPTIONS
          inconsistent_parameters = 1
          upload_ole              = 2
          OTHERS                  = 3.
      IF sy-subrc <> 0.
        WRITE:/ 'Upload Error ', sy-subrc.
      ENDIF.

    Hi ,
    Check the below link.
    [http://wiki.sdn.sap.com/wiki/display/Snippets/ReadmultiplesheetsofanExcelfileintoSAPthroughABAP]
    Thanks.
    Subhankar

  • Hyperion SmartView VB Macro Issue

    I am trying to use smart view "HypMenuVSubmitData" function to submit the data in Webform through Macro. I am using the below Macro
    Private Declare Function HypMenuVSubmitData Lib "HsAddin"() As Long
    Sub MSubmit()
    X=HypMenuVSubmitData()
    End Sub
    I have two sheets
    Sheet2: Webform and the Above macro
    Sheet1: Form Button
    I have assined the Macro to button.
    When I run the Macro from VB editor i.e Pressing the run button, it is submitting the data
    But When I am clicking on the button, It is not submitting the data in the webform. I have tested giving some MsgBox just to chcek if the Macro is running or not. Like
    Private Declare Function HypMenuVSubmitData Lib "HsAddin"() As Long
    Sub MSubmit()
    X=HypMenuVSubmitData()
    MsgBox "Welcome"
    End Sub
    The message getting poped up. But HypMenuVSubmitData is not getting executed.
    Please help.
    Thanks,

    HypMenuVSubmit only submits the active sheet, you may want to try something like below
    Private Declare Function HypMenuVSubmitData Lib "HsAddin"() As Long
    Sub MSubmit()
    Sheets("Sheet2").activate
    X=HypMenuVSubmitData()
    MsgBox "Welcome"
    End Sub
    Regards
    JTF

Maybe you are looking for

  • Weird siebel 8.0 console mode installation problem on OEL 4

    Hi There, When I tried to install Siebel 8.0 SIA build on Oracle Enterprise Linux (OEL 4), I encountered a weird problem. It is a sandbox for QA to do testing, everything is on the same machine: oracle database 10.2.0.3, gateway, siebel server and SW

  • Item Validation Organization is not Appearing in LOV in profile options

    Dear All, Item Validation Organization is not Appearing in LOV of the Profile options. OE: Item Validation Organization QP : Item Validation Organization Regards, John

  • Payement terms Baseline date

    Hi All, I had a billing document created on 01.04.09 and I am releasing the same to accounts on 05.04.09. Now my billing date will be 01.04.09 and payment terms C010 will start the calculation of the given 10 days from 01.04.09. But I need the start

  • TO confirmation with difference

    Hello! Could someone give advice how to solve following issue: - i have purchase order for STO (with delivery). - delivery document (type NL created) - TO for delivery document created (we have warehouse functionality active) - when confirm TO with d

  • How to add Mouse Listener

    here is my code for my current project, it is to create a platform independent way to have a windows explore like window so far I have it displaying properly and all I need to do is when the user double clicks on a file itt should open up but thats w