GUI_DOWNLOAD - Excel 2007 compatability mode

Hi,
My requirement is to output a excel file whihc should be of compatilibity mode in excel 2007.
Right now we have WS_DOWNLOAD but i am trying to chage it to GUI_DOWNLOAD but when i do a sample porgam ..it is still getting same results as WS_DOWNLOAD.
We use these files for uploading in frontend .. so whenever it is not compatabilty program is erroring out saying unknown format.
Any ideas to get output in excel  2007 compatability mode?
Sample program
REPORT zdownload MESSAGE-ID bd.
DATA: w_tab TYPE USR21.
DATA: i_tab TYPE STANDARD TABLE OF USR21.
DATA: v_subrc(2),
v_recswritten(6).
PARAMETERS: p_file(80)
DEFAULT 'C:\Documents and Settings\dfgdgfdf\Desktop\Org.xls'. " i tried .xlsx but i am getting file open error 19
DATA: filename TYPE string.
filename = p_file.
SELECT * FROM USR21 INTO TABLE I_TAB.
* If text fields appear right justified or columns not lined up in
*output set
* TRUNC_TRAILING_BLANKS to X
CALL FUNCTION 'GUI_DOWNLOAD'
EXPORTING
* BIN_FILESIZE =
filename = filename
FILETYPE = 'ASC'
* APPEND = ' '
WRITE_FIELD_SEPARATOR = 'X'
* HEADER = '00'
*TRUNC_TRAILING_BLANKS = 'X '
* WRITE_LF = 'X'
* COL_SELECT = ' '
* COL_SELECT_MASK = ' '
* IMPORTING
* FILELENGTH =
tables
data_tab = I_TAB
EXCEPTIONS
FILE_WRITE_ERROR = 1
NO_BATCH = 2
GUI_REFUSE_FILETRANSFER = 3
INVALID_TYPE = 4
NO_AUTHORITY = 5
UNKNOWN_ERROR = 6
HEADER_NOT_ALLOWED = 7
SEPARATOR_NOT_ALLOWED = 8
FILESIZE_NOT_ALLOWED = 9
HEADER_TOO_LONG = 10
DP_ERROR_CREATE = 11
DP_ERROR_SEND = 12
DP_ERROR_WRITE = 13
UNKNOWN_DP_ERROR = 14
ACCESS_DENIED = 15
DP_OUT_OF_MEMORY = 16
DISK_FULL = 17
DP_TIMEOUT = 18
FILE_NOT_FOUND = 19
DATAPROVIDER_EXCEPTION = 20
CONTROL_FLUSH_ERROR = 21
OTHERS = 22
* SYST FIELDS ARE NOT SET BY THIS FUNCTION SO DISPLAY THE ERROR CODE *
IF sy-subrc <> 0.
v_subrc = sy-subrc.
MESSAGE e899 WITH 'File Open Error' v_subrc.
ENDIF.
DESCRIBE TABLE i_tab LINES v_recswritten.
*MESSAGE i899 WITH v_recswritten "Records Written from USR21'
Rgds
praveen

Hi,
You just told that you are replacing the WS-DOWNLOAD with GUI_DOWNLOAD.
The error which you are getting that GUI_DOWNLOAD not able to find out the File .
Just try with the below mentioned sample code.
DATA: l_filename    TYPE string,
       l_filen       TYPE string,
       l_path        TYPE string,
       l_fullpath    TYPE string,
       l_usr_act     TYPE I.
l_filename = p_file.
CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_SAVE_DIALOG
  EXPORTING
    DEFAULT_FILE_NAME    = l_filename
  CHANGING
    FILENAME             = l_filen
    PATH                 = l_path
    FULLPATH             = l_fullpath
    USER_ACTION          = l_usr_act
  EXCEPTIONS
    CNTL_ERROR           = 1
    ERROR_NO_GUI         = 2
    NOT_SUPPORTED_BY_GUI = 3
    others               = 4.
IF sy-subrc = 0
      AND l_usr_act <>
      CL_GUI_FRONTEND_SERVICES=>ACTION_CANCEL.
CALL FUNCTION 'GUI_DOWNLOAD'
  EXPORTING
    FILENAME                        = l_fullpath
   FILETYPE                        = 'DAT'
  TABLES
    DATA_TAB                        = T_DOWNL
EXCEPTIONS
   FILE_WRITE_ERROR                = 1
   NO_BATCH                        = 2
   GUI_REFUSE_FILETRANSFER         = 3
   INVALID_TYPE                    = 4
   NO_AUTHORITY                    = 5
   UNKNOWN_ERROR                   = 6
   HEADER_NOT_ALLOWED              = 7
   SEPARATOR_NOT_ALLOWED           = 8
   FILESIZE_NOT_ALLOWED            = 9
   HEADER_TOO_LONG                 = 10
   DP_ERROR_CREATE                 = 11
   DP_ERROR_SEND                   = 12
   DP_ERROR_WRITE                  = 13
   UNKNOWN_DP_ERROR                = 14
   ACCESS_DENIED                   = 15
   DP_OUT_OF_MEMORY                = 16
   DISK_FULL                       = 17
   DP_TIMEOUT                      = 18
   FILE_NOT_FOUND                  = 19
   DATAPROVIDER_EXCEPTION          = 20
   CONTROL_FLUSH_ERROR             = 21
   OTHERS                          = 22.
ENDIF.

Similar Messages

  • Excel 2007 compatability

    Hello All,
    I am on BI 7.0 SP 18. Front end GUI 7.1, patch level 11, SP 4.
    Can you please provide me links/guidelines from SAP on what SP, patch level etc we should be on to use excel 2007?
    We are able to use Excel 2007 to open workbooks created in 2003, except for one workbook which has a lot of vlookups and excel formulae. Thanks
    Prakash

    Hi,
    The sap notes:
    Note 877774 - Pre-requisite for BI 7.0 Frontend
    Note 918394 - BI Frontend installation check tool
    Note 1050605 - No response for the toolbars in BEx Analyzer 2004s
    Note 1049712 - Applying Patches for NetWeaver BI Frontend
    For more details about "BEx Compatibility of MS Operating Systems and Office Products"
    https://websmp204.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000676672&
    Regards,
    CSM Reddy

  • Excel 2007 compatibility issues with Essbase 7.1.6

    Our company is rolling out Excel 2007 in January, and we are running Essbase 7.1.6 (Planning 4.0.5 front end). We have numerous Excel models and are using the Essbase Spreadsheet Toolkit software, which enables the Essbase menu commands to be executed with VBA code.
    What kind of issues can we expect to encounter? Is this an upgrade emergency?

    Yes, this version is supproted with Essbase 7.1.6 according to Oracle's Hyperion System 9.3.1 Release Compatibility
    for more details go through the following doc.
    http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/hsys9_install_start_here.pdf
    Regards,
    Manmohan

  • Inquiry of Excel 2007 Compatability

    I'm now using Excel 2007 (12.0.6425.1000 SP2) and Essbase (ESB9.3.1.2.0B007). However when I opened Query Designer, Excel prompted me an error message and forced me to close the Excel. Is this Essbase version compatable with Excel 2007? How can I open Query Designer? Please advise! Thanks for your support in advance!

    Hi,
    The sap notes:
    Note 877774 - Pre-requisite for BI 7.0 Frontend
    Note 918394 - BI Frontend installation check tool
    Note 1050605 - No response for the toolbars in BEx Analyzer 2004s
    Note 1049712 - Applying Patches for NetWeaver BI Frontend
    For more details about "BEx Compatibility of MS Operating Systems and Office Products"
    https://websmp204.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000676672&
    Regards,
    CSM Reddy

  • ADI and Excel 2007 compatibility

    Hi everyone,
    Do you know if ADI 7.2.0.09.12 is compatible with Excel 2007?
    The users here at office have Excel 2007 and when trying to use ADI, the system gets hung.
    Thanks in advance,
    Jose

    ADI release 7.2.10 (Patch 6455020) is certified with Microsoft Office 2007
    For more details, please refer to:
    [Note: 443515.1 - Is ADI Certified With Microsoft Office 2007?|https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=443515.1]
    [Note: 434917.1 - Is There a Version of ADI That is Compatible With Office 2007?|https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=434917.1]
    For Web ADI, refer to:
    [Note: 466229.1 - Are there Web ADI Viewers available that are compatible with Microsoft Excel and Word 2007|https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=466229.1]

  • Excel 2007 Compatibility

    Hi there,
    I am using BPC 5 (5.0.0.485 to be exact) and upgraded my MS Office version from 2003 to 2007. Now, every time I open a dimension in the Administration module, it tries to open it directly in Excel and throws an warning: "The file you are trying to open, '<dimname>.xls', is in a different format than specified by the file extension. Verify that the file is not corrupted and is from a trusted source before opening the file. Do you want to open the file now?". If I click yes, it opens the file in BPC Admin but when I attempt to save it, it complains that the file is already opened.
    If I open the dimension file from Windows explorer, save it in Excel 2003 format and close it, then subsequently open it in BPC Administration, it works fine but if I make changes and save to server, it causes the same warning message as above next time I open the dimension again. Somehow BPC admin is changing the file format.
    How can I solve this?
    Thanks,
    Regis

    Dear Regis Cabaret,
    You had to have the username and password for log in the SAP Service MarketPlace. The websute link is [https://websmp207.sap-ag.de/support]. After that, you choose the menu "Download" on that website. I think that the SAP was provided SP 11 for SAP BPC 5.1 until now.
    Thanks,
    Wandi

  • BEX icons are in disable mode in MS EXCEL 2007

    Dear Experts,
    I am using SAP BW 3.1c, GUI 6.20 and MSEXCEL 2003. my Reports are running fine. Recently I have updated to GUI 7.10 and MS EXCEL 2007. when I am trying to open any Report , Excel opens up but nothing happens . BEX icons are in disable mode. What could be the problem?.
    Please help me to resolve the issue. Thanks in advance.
    Regards,
    Khader S.

    Hi,
    Please refer this
    Re: BI  7.0 Bex analyser not working
    Rgds,
    Murali

  • MOSS 2007 native mode on SQL 2012 with compatibility mode?

    We are on MOSS 2007 SP 3 64-bit (just native, it is not SSRS integration mode) running on SQL 2008 R2 SP2 64-bit. Can the databases move to SQL 2012 with compatibility mode?

    Hi,
    As far as I know, SQL 2012 is not listed as compatible with SharePoint 2007 on the
    technet articles. If you want to upgrade to SharePoint 2010, then you can move the databases and upgrade the database. If you just want to use SQL 2012 with SharePoint 2007, I think it is not applicable.
    For more information, please refer to these sites:
    SQL Server 2012 not supported on WSS 3.0/MOSS 2007 and versions previous than SharePoint 2010 SP1:
    http://blogs.msdn.com/b/calvarro/archive/2012/04/27/sql-2012-not-supported-on-wss-3-0-moss-2007.aspx
    SQL Server 2012 support:
    http://social.technet.microsoft.com/Forums/en-US/sharepointadmin/thread/02fd7238-9cc2-43fc-a46c-afbfca21210b
    Thanks,
    Entan Ming
    TechNet Subscriber Support in forum
    If you have any feedback on our support, please [email protected]
    Entan Ming
    TechNet Community Support
    Will it work with the database set with the compatibility mode ?
    /* Server Support Specialist */

  • How do you turn off compatibility mode in excel?

    My app opens automatically in compatibility mode.  How do I turn that off.  I only want to use this when I need it.

    Just found this on Google so appreciate post is from 2010 but no-one seems to have mentioned that if you go to File -> Info there is a 'convert' option which you can use to convert from 2003 to 2010 without having to re-save manually yourself.
    It'll come up with a message saying 'do you want to re-open now?', click yes and you'll have a 2010 version of your workbook with no compatability mode.
    I don't think you can turn it off, but it'll stop being a problem once everyone starts using office 2010 anyway which now office 2003 support is ending should be soon, one would hope 

  • Excel 2007 - Files will not open from outside of Excel 2007

    Hello,
    I'm a new user of Xcelsius 2008, in fact I just had it installed yesterday.  The issue I've come across ever since the install, is when I attempt to open an Excel 2007 file from My Documents window (i.e Windows Explorer) a new instance of Excel will open, churn for a few seconds and then nothing...the file doesn't open nor is there a new workbook, all I see is a blank Excel screen.
    I am however, able to click on Open within Excel, navigate to the appropriate location and open the file that way. 
    A couple notes: a) yesterday I also had Business Objects XI 3.1 installed yesterday, one of the options is "Enable Office Add-ins" I've tried to open files through Explorer with and without this enabled.  b) When I try to open a file with Explorer, at the bottom of Excel I see: "Opening:EUROTOOL.XLAM" for a brief moment, and again, all I'm left with is a new instance of a blank Excel screen.
    Any help would be greatly appreciated!
    Thanks!
    Chase K.

    Hi Chase
    Welcome to the forum!
    Well its the newbie gotcha!  The behavior is caused by Live Office compatibility mode.  Go to File - Preferences - Excel Behavior and turn it off, disable it,  uncheck it!  Exit Xcelsius and restart.
    You'll probably never have to use internal LO mode since the recommended workflow if you're using LO is to do it outside of Xcelsius anyway.
    I know its hard to read all the info when you get a new product. But the initial LO compatibility screen you clicked through does warn about this.
    And don't forget to update to the latest FP2, it'll save you posting about issues that have already been fixed.
    Andy

  • Just switched to Excel 2007...a few questions

    I just switched to Excel 2007 from Excel 2003 and am experiencing the zoom/delayed retrieval issues that many have spoken of in other threads.
    We currently are running essbases 9.3.1.0
    Many of my other co-workers are still using Excel 2003.
    Our company has not yet upgraded to version 11 yet so what is the optimum version (update) of essbase I should be using so that I do not experience these zoom issues and will that impact the compatability of any of my spreadsheets with my co-workers who are using Excel 2003?
    Do I need 9.3.1.3?
    Thanks in Advance!
    Edited by: [email protected] on Jun 18, 2010 9:21 AM

    Hi,
    9.3.1.3 client install should resolve your issues
    Spreadsheet Add-in. Retrieving data using Spreadsheet Add-in with Microsoft Excel 2007 may result in slow performance. When the Formula Fill option is selected, zooming in on a member (whether using mouse actions or menu items) may result in slow retrieval performance and an error message indicating that the maximum number of rows has been exceeded.
    When the Retain on Zoom option is selected, zooming out on a member (whether using mouse actions or menu items) may result in slow retrieval performance.
    The Formula Fill and Retain on Zoom options are on the Mode tab of the Essbase Options dialog box. [6695282, 7019497, 7019501]
    More information in the readme :- http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/esb_93130_readme.pdf
    Different client installation files can be downloaded from My Oracle Support under patches.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Excel 2007 export

    Is Excel 2007 supported? I need to export about 600,000 records into Excel

    You are missing the point.
    a) if my customer moved with using current version of Excel/Office (because it is also applies to Word 2007 export), you or SAP cannot tell him what is important to him/her what is not or prevent this migration
    b) run files in compatibility mode may prevent proper use of the new features (http://office.microsoft.com/en-us/help/HA100738731033.aspx), so end user is forced to do extra step every time a new document in old format is opened - conversion
    c) there are plenty of automated processes which may have expected file extension as an example or worse may use new features and being automated does not have capability of conversion per se.

  • Start OutlookSoft 4.2 with Excel 2003 when Excel 2007 is also installed.

    Does anyone know how to get OutlookSoft 4.2 to use Excel 2003 as the default u2013 when both Excel 2003 and 2007 are installed? Iu2019ll take any suggestions. Thanks.

    Thanks, Joost and Sorin, for your responses!  We will be considering both of them.
    My name is Christine, and I work with Ellie (who originated the question).
    Sorin, where do you insert the launch command described in your response?
    Neither Ellie nor I are computer programmers.  We have learned on the job as we go.  So it's not obvious to us what to do with your command/path.  I have changed the "Open With" property for Web Excel to use the exe file for Excel 2003, but the result is that Excel 2007 opens in compatibility mode, and not as Excel 2003.

  • Ole for excel 2007 SAVEAS failing

    Hi!
    Am using abap+ole and code snippet below is failing; am using Excel 2007 in compatibility mode.
    I just want to save the spreadsheet as a new name.
    Really would appreciate your insights!
    Thanks!
    Jim
    parameters: p_file type localfile default 'C:\temp\zz.xls'.
    data: g_new type localfile value 'c:\temp\zzzzzzz.xls'.
    data: e_work  type ole2_object.
    call method of e_work 'SAVEAS'
              exporting
                        #1 = g_new.
    (returns subrc = 2)

    hi check this..
    Report ZMULTICOLOR_TEST no standard page heading.
    this report demonstrates how to send some ABAP data to an
    EXCEL sheet using OLE automation.
    include ole2incl.
    handles for OLE objects
    data: h_excel type ole2_object,        " Excel object
          h_mapl type ole2_object,         " list of workbooks
          h_map type ole2_object,          " workbook
          h_zl type ole2_object,           " cell
          h_f type ole2_object,            " font
          h_c type ole2_object.            " color
    DATA: FILENAME LIKE RLGRAP-FILENAME.
    tables: spfli.
    data  h type i.
    table of flights
    data: it_spfli like spfli occurs 10 with header line.
    *&   Event START-OF-SELECTION
    start-of-selection.
    read flights
      select * from spfli into table it_spfli.
    display header
      uline (61).
      write: /     sy-vline no-gap,
              (3)  'Flg'(001) color col_heading no-gap, sy-vline no-gap,
              (4)  'Nr'(002) color col_heading no-gap, sy-vline no-gap,
              (20) 'Von'(003) color col_heading no-gap, sy-vline no-gap,
              (20) 'Nach'(004) color col_heading no-gap, sy-vline no-gap,
              (8)  'Zeit'(005) color col_heading no-gap, sy-vline no-gap.
      uline /(61).
    display flights
      loop at it_spfli.
        write: / sy-vline no-gap,
                 it_spfli-carrid color col_key no-gap, sy-vline no-gap,
                 it_spfli-connid color col_normal no-gap, sy-vline no-gap,
                 it_spfli-cityfrom color col_normal no-gap, sy-vline no-gap,
                 it_spfli-cityto color col_normal no-gap, sy-vline no-gap,
                 it_spfli-deptime color col_normal no-gap, sy-vline no-gap.
      endloop.
      uline /(61).
    tell user what is going on
      call function 'SAPGUI_PROGRESS_INDICATOR'
         exporting
              PERCENTAGE = 0
               text       = text-007
           exceptions
                others     = 1.
    start Excel
      create object h_excel 'EXCEL.APPLICATION'.
    PERFORM ERR_HDL.
      set property of h_excel  'Visible' = 1.
    CALL METHOD OF H_EXCEL 'FILESAVEAS' EXPORTING #1 = 'c:\kis_excel.xls'  .
    PERFORM ERR_HDL.
    tell user what is going on
      call function 'SAPGUI_PROGRESS_INDICATOR'
         exporting
              PERCENTAGE = 0
               text       = text-008
           exceptions
                others     = 1.
    get list of workbooks, initially empty
      call method of h_excel 'Workbooks' = h_mapl.
      perform err_hdl.
    add a new workbook
      call method of h_mapl 'Add' = h_map.
      perform err_hdl.
    tell user what is going on
      call function 'SAPGUI_PROGRESS_INDICATOR'
         exporting
              PERCENTAGE = 0
               text       = text-009
           exceptions
                others     = 1.
    output column headings to active Excel sheet
      perform fill_cell using 1 1 1 200 'Carrier id'(001).
      perform fill_cell using 1 2 1 200 'Connection id'(002).
      perform fill_cell using 1 3 1 200 'City from'(003).
      perform fill_cell using 1 4 1 200 'City to'(004).
      perform fill_cell using 1 5 1 200 'Dep. Time'(005).
      loop at it_spfli.
    copy flights to active EXCEL sheet
        h = sy-tabix + 1.
        if it_spfli-carrid cs 'AA'.
          perform fill_cell using h 1 0 000255000 it_spfli-carrid.
        elseif it_spfli-carrid cs 'AZ'.
          perform fill_cell using h 1 0 168000000 it_spfli-carrid.
        elseif it_spfli-carrid cs 'JL'.
          perform fill_cell using h 1 0 168168000 it_spfli-carrid.
        elseif it_spfli-carrid cs 'LH'.
          perform fill_cell using h 1 0 111111111 it_spfli-carrid.
        elseif it_spfli-carrid cs 'SQ'.
          perform fill_cell using h 1 0 100100100 it_spfli-carrid.
        else.
          perform fill_cell using h 1 0 000145000 it_spfli-carrid.
        endif.
        if it_spfli-connid lt 400.
          perform fill_cell using h 2 0 255000255 it_spfli-connid.
        elseif it_spfli-connid lt 800.
          perform fill_cell using h 2 0 077099088 it_spfli-connid.
        else.
          perform fill_cell using h 2 0 246156138 it_spfli-connid.
        endif.
        if it_spfli-cityfrom cp 'S*'.
          perform fill_cell using h 3 0 155155155 it_spfli-cityfrom.
        elseif it_spfli-cityfrom cp 'N*'.
          perform fill_cell using h 3 0 189111222 it_spfli-cityfrom.
        else.
          perform fill_cell using h 3 0 111230222 it_spfli-cityfrom.
        endif.
        if it_spfli-cityto cp 'S*'.
          perform fill_cell using h 4 0 200200200 it_spfli-cityto.
        elseif it_spfli-cityto cp 'N*'.
          perform fill_cell using h 4 0 000111222 it_spfli-cityto.
        else.
          perform fill_cell using h 4 0 130230230 it_spfli-cityto.
        endif.
        if it_spfli-deptime lt '020000'.
          perform fill_cell using h 5 0 145145145 it_spfli-deptime.
        elseif it_spfli-deptime lt '120000' .
          perform fill_cell using h 5 0 015215205 it_spfli-deptime.
        elseif it_spfli-deptime lt '180000' .
          perform fill_cell using h 5 0 000215205 it_spfli-deptime.
        else.
          perform fill_cell using h 5 0 115115105 it_spfli-deptime.
        endif.
      endloop.
    EXCEL FILENAME
      CONCATENATE SY-REPID '_' SY-DATUM6(2) '_' SY-DATUM4(2) '_'
                  SY-DATUM(4) '_' SY-UZEIT '.XLS' INTO FILENAME.
      CALL METHOD OF H_MAP 'SAVEAS' EXPORTING #1 = FILENAME.
      free object h_excel.
      perform err_hdl.
          FORM FILL_CELL                                                *
          sets cell at coordinates i,j to value val boldtype bold       *
    form fill_cell using i j bold col val.
      call method of h_excel 'Cells' = h_zl
        exporting
          #1 = i
          #2 = j.
      perform err_hdl.
      set property of h_zl 'Value' = val .
      perform err_hdl.
      get property of h_zl 'Font' = h_f.
      perform err_hdl.
      set property of h_f 'Bold' = bold .
      perform err_hdl.
      set property of h_f 'Color' = col.
      perform err_hdl.
    endform.                    "FILL_CELL
    *&      Form  ERR_HDL
          outputs OLE error if any                                       *
    -->  p1        text
    <--  p2        text
    form err_hdl.
      if sy-subrc <> 0.
        write: / 'OLE-Automation Error:'(010), sy-subrc.
        stop.
      endif.
    endform.                    " ERR_HDL
    regards,
    venkat

  • Excel 2007: file opened by another user

    Hi guys. Help me to hunt down a question.
    Then I am trying to open or save a spreadsheet in excel 2007 it always shows me a downloading status bar without any progress. After few minutes the file opens or not. Game of chance. When it didn`t open I get this error message "file
    opened by another user".
    I should notice that I have windows 7, office 2007. I tried to transfer some files to another pc and at first it`s working good, without any troubles, but then still the same problem. Pops up a dialog window with the message. It happens
    on network files only. Of course I have tried to run excel in a save mode and in compatibility mode. But nothing change.
    Give me please any clue what can it be and how can I fix it?

    Try this. Excel Options, click Advanced at the left side of the dialog window. Then make sure that DDE is selected. By this you make enable the Ignore Other Applications that use Dynamic Data Exchange feature.
    And also try the following:  open Tools – Folder options. In the list of the file types choose XLS. Then click the Advanced. Select Open. The Application Used to Perform Action box contains the actual command line used to start Excel.
    You should add in this field a space followed by "%1". Be sure to include the quotes. And deselect Use DDE. That’s all steps you should do.
    Also you can solve this issue with help of third-party program. This is good one, try it -  Recovery Toolbox for Excel  
    https://excel.recoverytoolbox.com/
    In principle, this is all that i can reccomend. 

Maybe you are looking for

  • Can't update ipod. can't do anything.

    Everytime I plug my Ipod in my computer, it starts to charge and says "do not disconnect". Then, I open iTunes and it won't show up! So I can't transfer any songs on it. I've tried uninstalling iTunes and reinstalling it like 5 times, but it still wo

  • Events recovery in Office 2013 and Windows 8 with iCloud

    Hi Guys, I have a serious problem with an end user. In the way to get PC, iPhone and iPad synchronized (calendar and contacts only), I make a calendar and using the iCloud tab under Outlook 2013 for refresh I got 2 records to be visible under PC and

  • In F-53 system listing out wrong open item

    Hi Guru's, while making outgoing payment in F-53 system listing out 'A001' & 'B001' company code open item rather than 'A001' company code open item. In the selection screen we are giving only company code 'A001'. This vendor has been extended for bo

  • Asha 311 notification LED doesn't work anymore aft...

    after updating to the latest firmware 5.92 the notification LED between the call key and end key doesn't work anymore!!! is there any solution to this problem??? this update seems more like downgrade rather than upgrade...

  • Query param on session expired

    Hi, I have a page that accepts browser query parameter and renders the page based on the parameter. When session is expired, ADF removes all query parameters and reloads the page. Is there any way to retain the query parameters on click of OK on sess