Vba-excel crashes ???  SAPBEX.XLA ?

Hi Experts,
I am trying to code again in VBA for my workbook.  I have got a piece of code which is for a push button.  Everytime I refresh the query in the workbook, the whole thing crashes.   Although, what I am confused is, everytime I click on SAPBEX.xla in VB editor, it asks me for a password...so I'm not sure to use SAPBEX.xla actually in the code or replace it with something else ? Below is the code I'm using.
Sub Button1_Click()
    Dim myState As Integer
    Dim myFilterCell As Range: Set myFilterCell = ActiveSheet.Cells(10, 3)
    Run <b>"SAPBEX.XLA!SAPBEXgetDrillState"</b>, myState, myFilterCell
    myState = Run("SAPBEX.XLA!SAPBEXgetDrillState_currentState")
    If myState = 0 Then
        Run "SAPBEX.XLA!SAPBEXsetDrillState", 1, myFilterCell
    Else
        Run "SAPBEX.XLA!SAPBEXsetDrillState", 0, myFilterCell
    End If
End Sub
Thanks for all the help in advance.
Regards,
BBM

Never mind.  I figured it out.

Similar Messages

  • Excel crashes when entering data from VBA form

    After only 6 lines of data entered via VBA form with macros enables, excel crashes everytime. The code basically looks for the next empty row and then populates sheet with data from the form.
    Is this known bug or is there something in the code causing this. I have tried on a couple of macs and get the same result.
    Will post code here and the CRASH code ....
    This is the code
    Private Sub CommandButton1_Click()
    'Dim lRow As Integer
    Dim lRow As Long
    Dim ws As Worksheet
        Set ws = Worksheets("FamilySunday")
       lRow = ws.Cells.Find(what:="*", searchorder:=xlRows, searchdirection:=xlPrevious, LookIn:=xlValues).Row + 1
       'lRow = ws.Cells.Find(what:="*", searchorder:=xlRows, searchdirection:=xlPrevious, LookIn:=xlValues).Row + 1
        With ws
        Cells(lRow, 1).Value = Me.txtName.Value
        Cells(lRow, 2).Value = Me.txtEmail.Value
        Cells(lRow, 3).Value = Me.txtFacebook.Value
        Cells(lRow, 4).Value = Me.txtMobile.Value
        Cells(lRow, 5).Value = Me.txtDate.Value
        If OptionButton1.Value = True Then
        Cells(lRow, 6).Value = "Face Book"
        ElseIf OptionButton2.Value = True Then
        Cells(lRow, 6).Value = "Twitter"
        ElseIf OptionButton3.Value = True Then
        Cells(lRow, 6).Value = "Skating Heaven web site"
    Else
        Cells(lRow, 6).Value = "Friends"
            End If
        Cells(lRow, 10).Value = Me.txtParty.Value
        End With
        'Clears the form for new entry
        Me.txtName.Value = ""
        Me.txtEmail.Value = ""
        Me.txtFacebook.Value = ""
        Me.txtMobile.Value = ""
        Me.txtParty.Value = ""
        Me.txtDate.Value = ""
        Unload Me
        frmDisclaim.Show
        ActiveWorkbook.Save
    End Sub
    Private Sub CommandButton2_Click()
    Unload Me
    ActiveWorkbook.Save
    Application.DisplayAlerts = False
    Application.Quit
    Application.DisplayAlerts = False
    End Sub
    Private Sub txtName_Change()
    'This will add date of entry which is hidden from view
    Me.txtDate.Value = Format(Date, "Medium Date")
    End Sub
    And this is the CRASH CODE
    Process:         Microsoft Excel [243]
    Path: /Users/useruser/Desktop/Microsoft Office 2004/Microsoft Excel
    Identifier:      com.microsoft.Excel
    Version:         111101 (11.6.6)
    Code Type:       PPC (Translated)
    Parent Process:  launchd [64]
    Interval Since Last Report:          12933 sec
    Crashes Since Last Report:           2
    Per-App Interval Since Last Report:  1251 sec
    Per-App Crashes Since Last Report:   2
    Date/Time:       2012-04-19 01:39:36.568 +0100
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  1EA8AF14-BFEA-4D77-B4AD-582D3EC7D271
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000001
    Crashed Thread:  0
    Thread 0 Crashed:
    0   translate 0xb80bcd58 0xb8000000 + 773464
    1   translate 0xb80b7007 0xb8000000 + 749575
    2   translate 0xb80d49c0 0xb8000000 + 870848
    3   translate 0xb813ce79 spin_lock_wrapper + 1981
    4   translate 0xb8011b64 0xb8000000 + 72548
    Thread 1:
    0   ??? 0x800bc166 0 + 2148254054
    1   ??? 0x800c395c 0 + 2148284764
    2   translate 0xb818b6ea CallPPCFunctionAtAddressInt + 202886
    3   ??? 0x800ed055 0 + 2148454485
    4   ??? 0x800ecf12 0 + 2148454162
    Thread 2:
    0   translate 0xb81529ef spin_lock_wrapper + 90931
    1   translate 0xb8183633 CallPPCFunctionAtAddressInt + 169935
    2   translate 0xb81861e2 CallPPCFunctionAtAddressInt + 181118
    3   translate 0xb80dfb0b 0xb8000000 + 916235
    4   ??? 0x812d7856 0 + 2167240790
    Thread 3:
    0   translate 0xb815289e spin_lock_wrapper + 90594
    1   translate 0xb816e8a7 CallPPCFunctionAtAddressInt + 84547
    2   translate                              0xb80dfb0b 0xb8000000 + 916235
    3   ??? 0x81b75cb6 0 + 2176277686
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000  ebx: 0xb80bcd30  ecx: 0x00000001  edx: 0x00000003
    edi: 0x00000001  esi: 0x80303820  ebp: 0xb7fffa08  esp: 0xb7fff9d0
       ss: 0x0000001f efl: 0x00010206  eip: 0xb80bcd58   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
    cr2: 0x00000001
    Binary Images:
    0xb8000000 - 0xb81d7fe7  translate ??? (???) /usr/libexec/oah/translate
    Translated Code Information:
    Rosetta Version:  21.03
    Args: /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp /Users/useruser/Desktop/Microsoft Office 2004/Microsoft Excel
    Exception: EXC_BAD_ACCESS (0x0001)
    Thread 0: (0xb009a83c, 0xb81529ef)
    0x00833000: No symbol
    0x00659204: /Users/useruser/Desktop/Microsoft Office 2004/Office/ShMem.bundle/Contents/MacOS/ShMem : _MerpUnregisterCFMFragment + 3156
    0x944fd074: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp :   + 0
    PPC Thread State
    srr0: 0x00000000        srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX              xer: 0x00000000 lr: 0x94472fa0                        ctr: 0x9446c070
    r00: 0xffffffe1             r01: 0xf0080d60         r02: 0x00000001         r03: 0xf0080e4c         
    r04: 0x00000102         r05: 0x00000000         r06: 0x00000054         r07: 0x00003403        
    r08: 0x000003e8         r09: 0x00000000         r10: 0x000eb018         r11: 0xa076368c        
    r12: 0x9446c070         r13: 0x00000000         r14: 0x00000000         r15: 0x00000000        
    r16: 0x00000000         r17: 0x00000000         r18: 0x00000000         r19: 0x00000000        
    r20: 0x00000000         r21: 0x00000000         r22: 0x00000000         r23: 0x00000000        
    r24: 0xf0080e4c          r25: 0x00000054         r26: 0x00003403         r27: 0x000003e8        
    r28: 0x00000000         r29: 0x00000102         r30: 0x00000102         r31: 0x00663fb0        
    Thread 1: (0xb011ce20, 0xb815289e)
    0x944af1d8: /usr/lib/libSystem.B.dylib : __pthread_cond_wait + 1260
    0x91f57944: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _TSWaitOnConditionTimedRelative + 244
    0x91f57718: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _TSWaitOnSemaphoreCommon + 432
    0x91f898ac: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _TimerThread + 72
    0x944fd074: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp :   + 0
    PPC Thread State
    srr0: 0x00000000        srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX              xer: 0x20000000 lr: 0x944af218                        ctr: 0x9446c0f0
    r00: 0xffffffd9             r01: 0xf0101c90          r02: 0xa075e53c          r03: 0x00005e03        
    r04: 0x00006103         r05: 0x00000000         r06: 0x0aa34c10          r07: 0x00000000        
    r08: 0x00000000         r09: 0x00000001         r10: 0xf0101e48          r11: 0xa0763a74        
    r12: 0x9446c0f0          r13: 0x00000000         r14: 0x00000000         r15: 0x00000000        
    r16: 0x00000000         r17: 0x00000000         r18: 0x00000000         r19: 0x00000000        
    r20: 0xa035986c         r21: 0x92037570         r22: 0x92037570         r23: 0x00000000        
    r24: 0x00000000         r25: 0x00000001         r26: 0xf0101e48          r27: 0xa075ed00        
    r28: 0xa0351bc4         r29: 0xa075e53c          r30: 0xa0351bf8          r31: 0x944aed00        
    Thread 2: Crashed (0xb7fff9d0, 0xb80bcd58)
    0x767dcd34: No symbol
    0x767e25d8: No symbol
    0x7678010c: No symbol
    0x76792208: No symbol
    0x767eaa98: No symbol
    0x76773ebc: No symbol
    0x767dcd34: No symbol
    0x76808188: No symbol
    0x76815f0c: No symbol
    0x767dcd34: No symbol
    0x76767314: No symbol
    0x76773e38: No symbol
    0x767e9188: No symbol
    0x767e8cf0: No symbol
    0x767f1064: No symbol
    0x767f2f5c: No symbol
    0x7681cbcc: No symbol
    0x767fd7c0: No symbol
    0x7680563c: No symbol
    0x767e8cf0: No symbol
    0x767f1064: No symbol
    0x767e50fc: No symbol
    0x767e5020: No symbol
    0x767e54e8: No symbol
    0x7680cbbc: No symbol
    0x763d0b88: No symbol
    0x763cf824: No symbol
    0x76397520: No symbol
    0x76455e94: No symbol
    0x763abca8: No symbol
    0x763a8e68: No symbol
    0x763a8d6c: No symbol
    0x763bb110: No symbol
    0x763bb2c8: No symbol
    0x76390850: No symbol
    0x7639091c: No symbol
    0x00902e8c: No symbol
    0x7652b078: No symbol
    0x76517ff4: No symbol
    0x00971b90: No symbol
    0x7631ec60: No symbol
    0x7631ee30: No symbol
    0x765361c4: No symbol
    0x765374ac: No symbol
    0x76537ad0: No symbol
    0x7681947c: No symbol
    0x767e3e60: No symbol
    0x767e0234: No symbol
    0x767e55a4: No symbol
    0x76774cc0: No symbol
    0x7676f198: No symbol
    0x7676f248: No symbol
    0x7676f278: No symbol
    0x76781c54: No symbol
    0x767dcd34: No symbol
    0x7680faac: No symbol
    0x7682ad04: No symbol
    0x76817bdc: No symbol
    0x767dcd34: No symbol
    0x76773b58: No symbol
    0x767f168c: No symbol
    0x767f3490: No symbol
    0x763b2594: No symbol
    PPC Thread State
    srr0: 0x00000000        srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX              xer: 0x20000000 lr: 0x767e25d8                       ctr: 0x7679b670
    r00: 0x767e25d8         r01: 0xbffafec0            r02: 0x177a0000         r03: 0x00000001        
    r04: 0xbffaffe8            r05: 0x177b2024         r06: 0x00000044         r07: 0x00000002        
    r08: 0xbffb0058          r09: 0xbffb0048          r10: 0x00000000         r11: 0x177bd71c        
    r12: 0x177a1094         r13: 0x15c69b48         r14: 0x00000002         r15: 0x15637d20        
    r16: 0x15637d20         r17: 0x00000001         r18: 0x156844ec         r19: 0x00001081        
    r20: 0x15c032e0         r21: 0x00000000         r22: 0x00000004         r23: 0x1ad300d0        
    r24: 0x1ad300d0         r25: 0x00000000         r26: 0x00000000         r27: 0xffffffff 
    r28: 0xfffffd37            r29: 0xbffaffe8            r30: 0xbffaff50            r31: 0xbffaffe8           

    The issues you describe have nothing to do with the other posting you are referencing. They state they have the following problem:
    (numbers on ipad) drops several of the important features that I created in the laptop version such as headers and footers, fonts, steppers, sliders, etc.
    It sounds like your having no data entry at all. There is a known issue with certain formulas causing crashes, but not every data entered like you seem to be stating.
    I might have missed it, but did you delete and reinstall Numbers on your ipad?
    If not, please write down EXACTLY the steps used to reproduce the problem, then go to http://www.apple.com/feedback and input this into a bug report for ipad numbers. Be very specific as to the steps involved to get to the crash point.
    Thanks
    Jason

  • Usage of SAPBEX.XLA!SAPBEXSetFilterValue with hierarchies

    I am trying to set a filter value for my query automatically with vba using the Run("SAPBEX.XLA!SAPBEXSetFilterValue) function. The Filter Value i want to select should be selected as a node from a certain characteristic hierarchy therefore i am runnign the following command:
    run("SAPBEX.xla!SABBEXSetFilterValue", myValue, myHierarchy, "B3")
    Unfortunately this doesnt work. The result is that no filter value is set at all.
    Could anyone help me out with this?

    Hi Suresh,
    Sorry to keep correcting myself.  Now I have been able to recreate the problem.  My first post was correct ... at least in part.  My second post is also correct (I think), as far as I can tell there is no function named "repoNewQuery".
    I did recall seeing this error before.  And it did occur for me because my SAP GUI was not correctly loaded.  So, you might still want to check your installation as described in my first posting, about 3 hours ago.
    If my theory is correct, the title of the BW toolbar you are seeing is "xxxSAPBEXxxx" instead of the usual title of "Business Explorer" (at least the English version; it might have a different title in other languages).
    Here is my theory ... when the BEx Analyzer (sapbex.xla) is loaded, it loads a toolbar named "xxxSAPBEXxxx".  Some sort of Auto_Open macro also runs, which displays the splash screen and fixes the toolbar.  Part of fixing the toolbar is changing its name and re-mapping the OnAction macro for the buttons on the toolbar.
    If something prevents this Auto_Open macro from running (in my case it was incorrect versions of files, in your case because you have disabled Auto_Open macros somehow?), then the toolbar is not renamed and the buttons are not mapped correctly.
    I have no idea why changing a macro setting in Word would affect an Auto_Open macro in Excel.  But, I will be very interested in reading what you find out.
    - Pete

  • App-v client 5.0 sp2 for RDS, Excel 2007, ESSBase add-in, win 2012 server R2 Excel crashes

    Hi,
    I'm trying to make following work (with no success for now). 
    Issue
    > Excel crashed when It loads the ESSBase’s (xla or xll) add-in.
    For the purpose of my tests, I’m handling the app-v packages using the powershell commandlets
    (no SCCM / no App-V Infrastructure)
    Environment
    On top of a Win 2012 r2 remote desktop session host server, I :
    - installed App-V 5.0 SP2 client for RDS
    - (added/published globally) Excel as a packaged app-v app
    - (added/published globally) ESSBase as a packaged app-v app 
    - (added/Enabled it Globally) a Connection Group (witch includes both the above appv packages)
    Connection group’s XML looks like below :
    Commandlets I'm using :
    import-module
    appvclient
    #Add packages
     Add-AppvClientPackage
    -Path C:\ExcelEss\EXcel\EXcel.appv    
     -DynamicDeploymentConfiguration
    C:\ExcelEss\EXcel\Excel_DeploymentConfig.xml
     Add-AppvClientPackage
    -Path C:\ExcelEss\ESSBASE\ESSBASE.appv
     -DynamicDeploymentConfiguration
    C:\ExcelEss\ESSBASE\ESSBASE_DeploymentConfig.xml  
    #Publish packages Globally
     Publish-AppvClientPackage
    -Global -Name
    Excel
     Publish-AppvClientPackage
    -Global -Name
    ESSBASE
    #Publish Group
     Get-AppvClientPackage
    | Stop-AppvClientPackage
     Add-AppvClientConnectionGroup
    C:\ExcelEss\MyTestGroup1.xml
    | `
     Enable-AppvClientConnectionGroup
    -Global
    Any help please ?
    MCTS Windows Server Virtualization, Configuration

    Issue fixed, details below
    Upgrade to App-V SP3
    - upgrade of the App-V Client for RDS from version 5.0 SP2 to 5.0 SP3 (RDS VM)
    - uninstall of the App-V 5.0 SP2 sequencer and install of the App-V 5.0 sequencer SP3 
      (App-V Sequencer VM)
    Sequencing
    - Install/Sequencing of Excel 2007 as a 1st distinct App-V Package
    - Install/Sequencing of Oracle ESSBase  Excel Add-In as a 2nd distinct App-V Package
       > I chose type: Add-On or Plugin (second option)
          *this time I forced Oracle Add-In to install under C:\Prog~files (x86)\Oracle
              and no more under
    C:\Oracle  
    - *at the end of the add-In package’s sequencing phase I ensured to have
    mscomctl.ocx
       somewhere on the sequencer VM and then run a cmd then
    ‘regsvr32 mscomctl.ocx’
    when editing the Connection Group’s XML file, I updated the schema
    from
    xmlns=http://schemas.microsoft.com/appv/2010/virtualapplicationconnectiongroup
    to
    xmlns=http://schemas.microsoft.com/appv/2014/virtualapplicationconnectiongroup
    Explanation:
    http://technet.microsoft.com/en-us/library/dn858700.aspx#BKMK_update_schema_cg
    Deployment
    Add-AppvClientPackage -Path .\Excel\Excel.appv
    Add-AppvClientPackage -Path .\ESSBase\ESSBase.appv
    Publish-AppvClientPackage -Global ESSBase
    Publish-AppvClientPackage -Global Excel
    Add-AppvClientConnectionGroup -Path .\MyTestGroup1.xml
    Enable-AppvClientConnectionGroup –Global
    Although I modified couple of things at once (see red stars above) in this last attempt
    to make this work - I can't really distinguish what step fixed it but - I guess the upgrade to SP3 was a must do step anyway -
    Working !
    Thanks. 
    MCTS Windows Server Virtualization, Configuration

  • The macro 'sapbex.xla!reponewquery' cannot be found

    Hello everybody!
    I am getting an error message 'The macro sapbex.xla!repoNewQuery cannot be found'. And it continues with all other icons in the BEx toolbar in excel. What should I do now?
    (I have deleted all the saplogon and installed it again !
    My Excel edition is 2003 and the degree of macro is low!)
    your early help would be appreciated.

    In your system, if Analyzer works fine for one type of user and not working for other users, that means something prevents the Auto_Open macro from running. Because of that the toolbar is not renamed and the buttons are not mapped correctly. We just want to inform you that there is no problem with
    Installtion as well as Analyzer. The problem is with user login. It may be due to the settings in HKEY_CURRENT_USER.
    Exd files cache activeX component information. If the component changes without removing the exd file (which created when the component is first used), then the system will be out of sync.
    Go into a command prompt and type the following DOS commands:
    > CD \Document And Settings
    > DEL /S /A:H /A:-H *.EXD
    Thanks
    Ezhil

  • Excel crash with MSVBVM60 error

    Hi
    I have a problem with my input schedules, everytime I send data excel crash with an error in msvbvm60.dll.
    I have checked that the version of msvbvm60 is the newest one and it is.
    I havn't made any system changes in the past dayes and we have the error on at least 2 different PC's and on 2 different AppSets. It was working fine this morning.
    The error occures when the dialogbox showing the send data result appear. The data are saved in the database.
    Any suggestion on why and how to fix this problem is greatly appreaciated.
    J

    Please try to install into one computer:Visual Basic 6 runtime files.
    You can use the follow link for download.
    http://www.microsoft.com/downloads/details.aspx?FamilyID=7B9BA261-7A9C-43E7-9117-F673077FFB3C&displaylang=en
    I hope this will help.
    Regards
    Sorin Radulescu

  • Smartview 11.1.2.5- Cannot change value in Text-List Dropdowns- Excel Crashes

    Using latest/greatest Smartview with 64-bit Office and Windows 7.  I have a native essbase app utilizing text-lists. I am trying to update text-value through smartview. Smartview automatically produces a drop down to select a value from the linked text-list. However- as soon as a different value is entered or selcted in this cell with the drop-down list- Excel crashs. I have reproduced this consistently everytime. I have no way to change values for text-measure accounts linked to text-lists. I feel this is and incompatabiliyt issue with office 64-bit.  

    SmartView using the forms. It appears this issue has been logged as issue number 6566082 as seen here: http://docs.oracle.com/cd/E17236_01/epm.1112/readme/sv_1112200_readme.html
    But I can't seem to find out where I can get information on the status of this issue and whether it's been patched in future versions.

  • Save as PDF file as excel file or text file in vba excel

    Hi all,
    I am opening a PDF document fromm VBA excel. After opening document it should save the document as excel file or text file in one folder.
    I am trying to do this with some code but not able to , pls help me thatnks.
    Dim AcroApp As Acrobat.CAcroApp
      Dim Part1Document As Acrobat.CAcroPDDoc
    Set Part1Document = CreateObject("AcroExch.PDDoc")
       Part1Document.Open ("Z:\EG MI Information\MIS\Requests\Req_156\NO.1.pdf")
      Dim app As Object, avdoc As Object, pageview As Object
    Set app = CreateObject("AcroExch.App")
    Set avdoc = app.GetActiveDoc
    app.MenuItemExecute ("SaveAs")
    thanks
    Abhijeet

    Hi,
    In the documentation for the saveAs function it has the following params
    cPath The device-independent path in which to save the file.
    cConvID (optional, Acrobat 6.0) A conversion ID string that specifies the conversion
    file type.
    cFS (optional, Acrobat 7.0) A string that specifies the source file system name.
    bCopy (optional, Acrobat 7.0) A Boolean value which, if true, saves the PDF file
    as a copy. The default is false.
    bPromptToOverwrite (optional, Acrobat 7.0) A Boolean value which, if true, prompts the user if
    the destination file already exists. The default is false.
    In order to get a text file saved you need to specify the correct cConvID.
    See the documentation for the valid convID's - http://livedocs.adobe.com/acrobat_sdk/10/Acrobat10_HTMLHelp/JS_API_AcroJS.88.519.html
    Please note the Acrobat SDK contains all the information and does not require much installing ( as it is a zip file(on windows) and a disc image (on Mac) it just needs extracted)
    Regards
    Malcolm

  • Excel crashes when trying to print

    Running Yosemite 10.10.2
    Every time I try to print an excel document (Office 2011) either to paper or save as a PDF excel crashes.  Do not have this problem with Word, PPT, etc..  Deleted and added printer back in with no luck?  Any suggestions?  I have the error log.
    Thanks

    Try creating a new dummy printer using the Generic PS driver included with OS X. Then see if you can print using this Generic PS or save as PDF with the Generic PS printer selected.
    To create a dummy printer, open Printers & Scanners and click the plus button to add a printer. Select the IP icon, enter the IP address of your Mac and select Generic Postscript in the Use menu. Click Add to complete.

  • How to generate passwordDigest and nonce in VBA excel ?

    Hi All,
    I need to consumme a webservice in VBA Excel. I need to generate a passwordDigest in order to fill this XML:
    <SOAP-ENV:Header>X-WSSE: UsernameToken Username="MYUSERNAME", PasswordDigest="???PasswordDigest???", Nonce="???Nonce???", Created="2015-01-15T20:19:45Z"</SOAP-ENV:Header>
    How can I generate a passwordDigest and Nonce in VBA EXcel in order to consume the webservices ?
    Thank you for your help,
    best regards

    Hi,
    This is the forum to discuss questions and feedback for Microsoft Office, your issue need some VBA DEV, I'll move your question to the MSDN forum for Visual Basic for Applications
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=isvvba
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Excel crashes after sending mail (Office 365 Pro Plus)

    Hello All,
    A user reported that Excel crashes after sending mail.
    Excel is part of Office 365 Pro Plus and is fully update  (Feb 2015). Also there is no add-in enabled.
    Is there a way to raise a log or fix this issue?.
    Regards
    JO

    Hi George,
    Thanks for your reply.
    The scenario is what you had described:
     The user goes to File --> Share --> Email --> Send as Attachment. When he click "send
    it" and then Excel crashed and got the "Excel has stopped working" error.
    User didn't get "Excel has stopped working". User can't modify or close the Excel. So he had
    two options:
    - Kill the Excel Process 
    - Close Outlook then Excel can be used.
    It seems Outlook is causing this issue (as you said).
    When Excel Crashed after sending mail, I noticed that there is no pending request on Outbox.
    Regards
    JO

  • MS Excel Crashes after installing Live Office.

    Hi,
    I am having BOXIR2+SP3,Live Office XIR2, and Windows XP SP3 in my Laptop.
    Ram-1.5 GB
    After installing Live Office , MS Excel crashes.
    The Issue is happening on only one machine and is intermittent.
    Tried uninstalling Live Office>Excel
    Install Excel>Live Office.
    Didn't work.
    Can anyone help me with this issue urgently?
    Thanks in advance,
    Regards,
    SR

    what is the workflow for the excel to crash ?
    Did you try to clear the registries after uninstalling?
    Is Win XP SP3 the office version you are using?
    -Shreyash.

  • Finder, Excel crash on control-click and right-click in OS 10.4.5 Tiger

    Hi,
    The Finder crashes every time I control-click or right-click an icon on the desktop. Also, Excel crashes when I control-click or right-click in the program.
    I've trashed the Preferences for the Finder, the mouse and Stuffit Deluxe (v8.0) (the latter was suggested in another forum), but the problem continues. I found another post in comp.sys.mac.misc that suggested the cause is a corrupted global prefs file (USERNAME.GlobalPreferences.plist) and that trashing this file while logged in as a different administrator might fix the problem. I haven't tried this yet.
    Has anyone else run into this issue and found a solution?
    Thanks!
    Dual 2 GHz PowerPC G5 Mac OS X (10.4.5) 1.5 GB DDR2 SDRAM, Mighty Mouse

    The usual suspect if you have StuffIt Deluxe is the Stuffit contextual menu item. There are two places for contextual menu items:
    "/Library/Contextual Menu Items"
    "/Users/yourname/Library/Contextual Menu Items"
    Take a look and see what's in these folders. Remove the contextual menu items in the folders, then log out and log back in to restart the Finder. You can add them back one at a time until you find the culprit.
    Francine
    Francine
    Schwieder

  • Excel crashing with Windows 8.1

    I just upgraded to Windows 8.1 now I can't even open a file in excel.
    Whenever I click on the Computer to explore to a file Excel Crashes.
    This is costing me money in lost billable hours. Who at MS going to fix my issues and to whom at MS do I claim my lost revenue!!!

    Hi,
    Since some crash issues can be caused by printer driver, please try to remove printer driver for testing.
    If the issue still persists, please help to collect the app crash dump file for further research:
    First enable app crash dump collection by copying following words into notepad, saving it as dump.reg and importing it:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\localdumps\EXCEL.EXE]
    "DumpFolder"=hex(2):63,00,3a,00,5c,00,63,00,72,00,61,00,73,00,68,00,64,00,75,\
      00,6d,00,70,00,73,00,00,00
    "DumpCount"=dword:00000010
    "DumpType"=dword:00000001
    "CustomDumpFlags"=dword:00000000
    Then, open Excel to repro the issue. If crash issue appeared, please find the crashdump file under c:\.
    To further help you, please upload this file into Skydrive and shared the link here.
    Also, you can try to analyze dump by yourself if you would like to:
    How to analyze app crash dump file:
    http://blogs.technet.com/b/askperf/archive/2007/05/29/basic-debugging-of-an-application-crash.aspx
     Keep post.
    Kate Li
    TechNet Community Support

  • Excel crashing when opening a file in safari

    I have a user who when they go through sharepoint 2010 and open an Excel file through Sharepoint have the application (excel) crash on them. They are on a mac as well. 
    Any thoughts as to why this happens and also a fix? 

    Hello,
    It seems this is compatibility and plug-in issue with browser. However i never prefer safari for sharepoint site so i may not be able to help you much. I have one good article link about SP site and safari.
    http://blogs.msdn.com/b/opal/archive/2010/11/13/sharepoint-2010-on-a-mac-with-office-for-mac-2011.aspx
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

Maybe you are looking for

  • Cmd-0 'Fit to screen' in CS5 not working correctly

    I am running Photoshop CS5, and when I am use cmd-0 (fir to screen) the window reduces to the tiniest speck Any ideas as to how to get rid of this problem? Cheers LisaMill

  • Building for Retina Display??

    Are books created for Retina display compatible with 1st and 2nd Gen iPads?

  • Photo Booth Pictures File Location?

    Upgraded to Mavericks and I can't find any of the picture files from Photo Booth. Previously they were in User/Pictures/PhotoBooth But now that folder is empty. If I open up "Photo Booth Library" I can see the pictures within photobooth. But not the

  • Where to find a deployed application on server

    Hello, Have been looking at the link below: http://help.sap.com/saphelp_nw70/helpdata/en/03/f6bc3d42f46c33e10000000a11405a/frameset.htm and it seems to state that upon deployment, the information is placed on the j2ee server. In the process, the foll

  • Error in CFUPDATE tag

    after calling  cfupdate tag it raise following erro The ISUSERDATAUPDATED fieldname cannot be found in the Users table while 'ISUSERDATAUPDATED ' is a control name in form. I am using following code <CFIF ID GT 0> <CFUPDATE DATASOURCE="#Application.D