Microsoft office excel compatibility checker

Microsoft office excel compatibility checker

Hi,
What is your problem with Microsoft office excel compatibility checker?
If you have any issues about Excel, you can post this issue in Excel forum.

Similar Messages

  • Microsoft Office Excel - compatibility Checker message in BPC 7.5

    Hello Experts,
    We are using BPC 7.5 M with Office 2007 on Application Server, we have upgraded from BPC 5.1 with Office 2003 where Dimension were of .xls and templates & Reports were of .xlt (office 2003 format) , After upgrade we have not done any changes in Dimension, Templates, reports version and they all are in .xls (Dimension) & .xlt (templates & reports) version
    We are getting a error while saving a dimension in Admin module (by clicking on "Save to Server" link):
    Microsoft Office Excel - compatibility Checker
    Significant loss of functionality
    Some cells have overlapping conditional formatting ranges.
    Earlier version of Excel will not evaluate all of the conditional
    formatting rules on the overlapping cells. The overlapping
    cells will show different conditional formatting.
    Do we need to convert the dimension files in 2007 format (.xlsx) or how to avoid the above told message while saving dimension file.
    Thanks,
    Rohit

    Hi Rohit Khatak,
    Could you solve your problem? I'm having this issue while processing ACCOUNT dimension (and only ACCOUNT) on Development environment, and nothing was changed at the server.
    Every time I try to save, I receive this compatibility error, and when I press "Continue", the file gets with a strange format. If I press the save again, it stil gives me the same error.
    I already tryed to process the dimension, to Refresh Dimension Members, and the error persists.
    Is there a way to solve this problem at BW side? On RSD1 maybe?
    Thanks in advance.
    Yours,
    Adriano

  • What version of MicroSoft Office is compatable with Mavericks?

    What version of Microsoft Office is compatable with Mavericks?

    Office 2004 will not run under Mavericks. If you are running Entourage, you will need to verify your data first. If you upgrade and try to import and it fails, it's difficult to recover your data. Both Entourage 2008 and Office 2011 will import a good Entourage 2004 Identity. Mail requires Entourage to be open to import so you should upgrade to Mail first if you plan on using Mail. Note: Office 2011 H&S version does not contain Outlook. You have to purchase H&B to get Outlook.
    While Office 2008 works there are a few quirks under Mavericks.
    Office 2008 apps open with new window after upgrading to Mavericks
    Office 2011 has features like Sync to Apple applications that no longer works because those features no longer exist in Mavericks.
    Sync Basics
    CalDAV & CardDAV are protocols used by Apple, Google, Yahoo and others to sync contacts and calendars. Neither Entourage 2008 nor Outlook 2011 support CalDAV or CardDAV.
    Apple removed sync in Mavericks with iTunes.
    You can no longer sync with an iPhone or iPad via iTunes. You can only sync with an iPhone or iPad via a cloud-based service like iCloud or Google.
    You can no longer sync local calendars with OS X Calendar (formerly iCal). You can, however, continue to sync calendars hosted on a cloud-based service like iCloud or Google with Apple's Calendar.
    You can no longer sync with any third-party apps running on your Mac that use Sync Services, like Entourage or Outlook.
    If you want to stick with Outlook, I suggest you look at Office 365 if you need sync for contacts and calendars. Otherwise, moving to Apple Mail, Contacts and Calendar with iCloud might be a better option for you.
    Until Microsoft adds CalDAV and CardDAV support to Outlook, there is no way to sync other than get an Exchange account. It's $4/month Exchange Online.
    A new version of Office for Mac is scheuduled for release later this year or early next year. Speculation is it will be by subscription only. If you are considering purchasing Office 2011, I would check out this deal that would auto upgrade you to the newest version when it's released.
    Office 365 Home Premium 1yr Subscription Key Card
    Regular List Price:          $99.99  Price:          $67.15
    Licensed for one user to install on up to five devices. Box includes one Product Key Card - No Disc.
    Mac or PC versions of Office.

  • Microsoft Office Excel has encountered a problem and needs to close

    Hi,
    I am executing the following code in an excel application and while closing excel I am getting the error
    'Microsoft Office Excel has encountered a problem and needs to close'.
    EnterpriseSession boEnterpriseSession;
    ReportEngines boReportEngines ;
    IReportEngine boIReportEngine;
    CrystalDecisions.Enterprise.SessionMgr loginSessionManager = new CrystalDecisions.Enterprise.SessionMgr();
    CrystalDecisions.Enterprise.EnterpriseSession boEnterpriseSession = loginSessionManager.Logon("userName", "password", "cms", "authentication");
                        int iMinuteNumber = 1;
                        int iLogonNumber = -1;
                        string strToken = boEnterpriseSession.LogonTokenMgr.CreateWCAToken("", iMinuteNumber, iLogonNumber);
                        boReportEngines = new ReportEngines(strToken);
                        boIReportEngine = (IReportEngine)Session.boReportEngines.getService(ReportEngineType.WI_ReportEngine);
    The exception that is displayed while debugging is 'BusinessObjects.ThirdParty.OOC.OB.AssertionFailed'.
    Thanks,
    Divya
    Edited by: dpanicker on Jun 23, 2010 6:47 AM
    Edited by: dpanicker on Jun 23, 2010 7:26 AM

    I'm curious how you are running this code within excel as I would expect you would've had to write a dll to expose the SDK as COM in order to be able to access it from an excel document.

  • Unable to save xls file from website in the "Microsoft Office Excel 97-2003 Worksheet" format. The browser is saving in unrecognized "File" Type

    The version I am using is 3.6.11
    The file is stored in the server in the format "Microsoft Office Excel 97-2003 Worksheet"
    But when I download it, it gets saved in the unrecognized format type "File"
    The servlet code written to download the file sets the content type to "application/vnd.ms-excel"
    I am able to save the file in Microsoft Office Excel 97-2003 Worksheet format using Internet Explorer Browser without any issues.
    But it does not work with the Mozilla Firefox. Any plug-in needed to make it work?

    Did you try to add the .xls file extension yourself to those files?

  • How to use ActiveX Microsoft Office Excel Chart?

    Does anyone know how to use "ActiveX Microsoft Office Excel Chart" from CVI 7.0? I tried with following code but it did not draw anything.
    HRESULT MakeChartInExcelActivexCtrl(void)
    HRESULT error = 0;
    char szErrMsg[256];
    // Create a new chart with its own worksheet
    // ExcelRpt_ChartNew(workbookHandle,-1,&chartsheetHandle);
    SetWaitCursor (1);
    // Open new Range for Worksheet
    error = CA_VariantSetCString (&MyCellRangeV, EXCEL_ARRAY_OF_CELLS);
    error = Excel_WorksheetRange (ExcelWorksheetHandle, NULL, MyCellRangeV, CA_DEFAULT_VAL, &ExcelRangeHandle);
    CA_VariantClear(&MyCellRangeV);
    if (error<0)
    CA_GetAutomationErrorString(error, szErrMsg, sizeof(szErrMsg) );
    goto Error;
    error = Excel_GetProperty (excelChart, NULL, Excel_WindowActiveChart, CAVT_OBJHANDLE, &ExcelChartHandle);
    if (error<0)
    CA_GetAutomationErrorString(error, szErrMsg, sizeof(szErrMsg) );
    goto Error;
    // Create a XY scatter chart using the data we wrote to the worksheet as its data source.
    error = ExcelRpt_ChartWizard(ExcelChartHandle, ExcelWorksheetHandle, EXCEL_ARRAY_OF_CELLS,
    ExRConst_GalleryXYScatter, ExRConst_Columns, 0, 0, 0, 0, "Filtered Data Chart", "",
    "Weather Data", NULL);
    if (error<0)
    CA_GetAutomationErrorString(error, szErrMsg, sizeof(szErrMsg) );
    goto Error;
    // Change the plot lines to not display markers and smooth out
    // the plot lines. This is one of the plot styles available in Excel.
    error = ExcelRpt_SetChartAttribute (ExcelChartHandle, ER_CH_ATTR_CHART_TYPE, ExRConst_XYScatterSmoothNoMarkers);
    if (error<0)
    CA_GetAutomationErrorString(status, szErrMsg, sizeof(szErrMsg) );
    goto Error;
    Error:
    SetWaitCursor (0);
    CA_VariantClear(&MyCellRangeV);
    CA_VariantClear(&MyVariant);
    ClearObjHandle (&ExcelRangeHandle);
    ClearObjHandle (&ExcelChartHandle);
    ClearObjHandle (&ExcelChartObjHandle);
    ClearObjHandle (&ExcelChartsHandle);
    if (error < 0)
    ReportAppAutomationError (error);
    return 0;
    Attachments:
    excelActivexCtrl.zip ‏4692 KB

    I use C:\Program Files\National Instruments\CVI90\toolslib\activex\excel\excelreport.fp to  build/modify excel report.there is very detail configuration in this function moudule , hope it can help you 
    Sonic
    Diffrent Strokes for Different Folks

  • BEx Analyzer Report error - microsoft office excel is waiting for another

    Hi,
    I am running a query from BEx Analyzer, it is throwing the error as " microsoft office excel is waiting for another application to complete an ole action "
    Here in variable screen, I am trying to give input for the variables, then it is throwing the above error message.

    The error message you are receiving means that an Excel macro is waiting for another macro to finish in order to proceed. It is an informational message so you understand why the system is slower than expected.
    The solution is on the Microsoft side, see BOJ Note 1201513.
    From the MSDN link below, you will see a description of the Display
    Alerts Property:
    http://msdn.microsoft.com/en-us/library/aa194195(office.10).aspx
    DisplayAlerts Property
    wdAlertsNone No alerts or message boxes are displayed. If a macro encounters a message box, the default value is chosen and the macro continues.
    The Note suggests changing the "Application.DisplayAlerts = False" to "Application.DisplayAlerts = wdAlertsNone"

  • Microsoft Office Excel 2007 Document Password Lost

    Hi All,
    Anyone know how to recovery Microsoft Office Excel 2007 Document Password? Please advise.
    Thanks & regards,

    Try the password remover at http://www.straxx.com/excel/password.html. I know it works for Excel 2003 files. It may work for your 2007 file as well.

  • How can I download Microsoft office excel  for my MacBook Pro Mac OSX version for free. Please help me!

    How can I download Microsoft office excel for my MacBook Pro  for free?

    You can't. Excel is a commercial product sold by Microsoft in an Office "package" and not as a stand-alone product.
    If you need to be able to open and save Excel documents on your Mac, however, you could try the free LibreOffice.
    Clinton

  • Empty Presentation Catalog using Oracle BI for Microsoft Office (Excel, PP)

    Hi everyone,
    after installed Oracle Business Intelligence for Microsoft Office (Excel and PowerPoint) and configured according to this I only see an empty Presentation Catalog when I log on Excel or PowerPoint.
    I've already see this thread and nothing seems to solve the problem.
    Any ideas?

    Hi John,
    when I test my connection of Oracle BI for Office it says "Test connection successful", so I suppose there's no problem with connection or port.
    Edited by: user10526908 on Mar 9, 2009 8:00 AM

  • Microsoft Office Excel crashing and loosing work not saved or closed

    I spent around two hours this afternoon importing 12 months of bank statements into Excel. Half way through a message box appeared saying Excel had stopped working and needed to close down, did I want to send a report. Also there was a check box if I wanted Excel to restart with the last details. I checked this and it worked fine. I even saved a couple of examples whilst I worked on it.
    After two hours, feeling a bit jaded, I left the computer with Excel running and when I returned sometime later and logged back in Excel had closed down, not present, and when I fired it back up there was no evidence of the files I had saved in Finder. I looked in every conceivable place but no files. Open Recent didn't show the files either.
    Time machine is set to backup every hour but there is an hour missing between two backups.
    Has anyone else experienced this behaviour?

    OK, the file is in the My Templates folder and I need to access it through the USERS pathway. How do I find the USERS start to nsvigate my way through to My Templates in Microsoft Office?

  • Excel Compatibility checker disable in CVI

    I am trying to close the excel sheet using "ExcelRpt_WorkbookClose (excelWorkbookHandle, 1);". while closing  i am geeting Excel Compactibilty checker window as shown below. I want to disable this checker window. How to disable this excel compactibility checker in CVI? i googled this and i found that it is possible to disable using VB script. The link is http://msdn.microsoft.com/en-us/library/office/gg132972.aspx . 

    How are you saving your workbook? Apparently you are using an old file format including newer functions in your file.
    Not sure about it, but you may try to explicitly specify one file format while calling ExcelRpt_WorkbookSave passing the appropriate constant in  'format' parameter (ExRConst_WorkbookNormal should apply to old-style '.xls' files; constants are defined in excelreport.h file but see this page and this one for reference: you'll see that enumerated constant for '.xlsx' files should be 51, which is not listed in the include file).
    Other useful questions are: which OS are you developing on? And which Excel version is installed on the development machine?
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • Microsoft Office Excel Security Notice issues

    I'm using excel Office 2007, we have a spreadsheet where we enter important data regarding a project. Twice now I am getting this error message and cannot open my file, all work since last auto save is lost, we do it about every 2 hours and lots of
    work is lost and need to be re-entered. Below is the message, either we try to Enable or Disable it still does not open. There are macro's and links in this spreadsheet.
    Microsoft Office has identified a potential security concern.
    File PAth : ......
    Automatic update of links has been disabled. If you choose to enable
    automatic update of links, your computer may no longer be secure. Do not
    enable this content unless you trust the source of this file
       Enble     Disable
    Thanks

    Hello,
    Are you using this excel in sharepoint? If yes then add your site in trusted zone and always use 32 bit IE version.
    https://social.technet.microsoft.com/Forums/en-US/0fefb268-92d7-46d9-8e32-c77ef679d70b/too-many-warning-messages-exporting-sharepoint-2010-lists-to-excel?forum=sharepointadminprevious
    Please confirm if you are not using sharepoint so i will move this thread to proper forum.
    Hemendra:Yesterday is just a memory,Tomorrow we may never see<br/> Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Microsoft Office 2007 compatibility with SAP Business One 2005B

    Hi Everyone,
    I want to know that is Office 2007 completely compatible with SAP business One 2005B. I am using SAP Business One SP 00 with Patch Level 32.
    Please also let me now whether XL Reporter is compatible with Office 2007 as when I installed Office 2007 and trying to install the XL Reporter Add-on during the installation it is showing that Microsoft Excel not found but in my PC excel 2007 is already present.
    Kindly help me in this regard.

    Hello,
    Based on this link:
    https://websmp210.sap-ag.de/smb/sbo/platforms
    that I copied for you:
    Desktop System Platforms      addon 2005 SP1 2005 B      2007 A
    Microsoft® Office 2000 SP3
    - Standard & Professional
    Edition                                                      
    Microsoft® Office XP SP2
    - Professional Edition                                           X               X
    Microsoft® Office 2003 SP1
    - Standard & Professional Edition                          X                  X
    Microsoft® Office 2007
    - Standard & Professional Edition             X(1)      X               X (2)
    (1) XL Reporter 2005 does support Microsoft® Office 2007 as of XL Reporter 2005 SP01 PL29.
    (2) XL Reporter 2007 currently does not support Microsoft® Office 2007. Planned to be supported in Q3/2007.
    x sign means it is okay with the version. The version is in the header/top. You can understand and have solution for your problem after read it.
    Rgds,

  • Microsoft Office 2000 Compatibility

    Does anybody know how well SAP B1 integrates with Office 2000?  I've been told for full functionality we need 2003 / 2007, but at present we only use 2000.
    Thanks

    Jonathan,
    The forum that you have posted your question in is for questions related to the SAP Business One Integration for SAP NetWeaver .  Your question is application related.  Application questions should be posted in the SAP Business One Discussion Forum at ...
    With respect to your question ... it depends on what version of SAP Business One you are talking about.  For SAP Business One 2007A, the versions of MS Office that are supported are Microsoft® Office 2003 SP3 Standard & Professional Edition and Microsoft® Office 2007 Standard & Professional Edition.  For SAP Business One 2005A, the versions of MS Office that were supported are Microsoft® Office XP SP2 Professional Edition and Microsoft® Office 2003 SP3 Standard & Professional Edition.
    Eddy

Maybe you are looking for

  • 1st gen ipod shuffle is recognize by PC but not in Itunes 10.4.

    i was not using my 1st gen for a year now and decided to resurrect it now, when i plug it in my PC,itunes says that i should update it and reset,so i did.but after updating and resetng my shuffle, itunes cannot recognize it anymore.i tried all the st

  • Using Time Machine for an external startup drive

    I've never used Time Machine; I just kept on using my older backup startup drive software when starting with Leopard three years ago. My husband is getting a new iMac with an external drive for backup because I convinced him that Time Machine is so e

  • Reached end of file while parsing error

    I have a problem. It looks like my program has no errors but I get an error that says "reached end of file while parsing" (note: this is being developed in NetBeans). Can you help me? class LongNumbers {     public static void main(String[] args) {  

  • Nano 5th gen totally screwed

    My relatively new 5th gen (had since october '10) has died. When I try to sync, I get a -124 error, saying it's unable to sync, a message saying 'would to like to scan and fix' EVERY TIME I plug the iPod in. It's also been saying that it's corrupted

  • Spotlight is indexing for ages!

    Hi there! I have a MacBook Pro, EY2011, and I recently installed a fresh copy of Mountain Lion, as my old copy was pretty much junked up. Now, the problem is that Spotlight has been rumbling around for ages, and I can only look for existing indexed f