Starting Excel 2007 and Windows 7


  1. Posts : 363
    windows 7 Pro x64
       #1

    Starting Excel 2007 and Windows 7


    Hello

    Since i installed Win 7 , I need to validate the opening of Excel each time.

    Also, An independant software need to open Excel, but the command does not work with my system

    A test as been created and stil does not work

    var result = -1;
    try
    {
    var excel_servername = "Excel.Application";
    var excel = new ActiveXObject(excel_servername);
    }
    catch(e) {
    print(e);
    }

    Any Idea how I could resolve that?

    M.Theriault
      My Computer


  2. Posts : 1,261
    Windows 7 Professional 32-bit SP1
       #2

    arjfca said:
    Hello

    Since i installed Win 7 , I need to validate the opening of Excel each time.

    Also, An independant software need to open Excel, but the command does not work with my system

    A test as been created and stil does not work

    var result = -1;
    try
    {
    var excel_servername = "Excel.Application";
    var excel = new ActiveXObject(excel_servername);
    }
    catch(e) {
    print(e);
    }

    Any Idea how I could resolve that?

    M.Theriault
    Have you tried uninstalling then re-installing Office?
      My Computer


  3. Posts : 363
    windows 7 Pro x64
    Thread Starter
       #3

    Hello

    Yes i did try to re-install it few months ago.
    Will try to resolve it without having to redo the process
      My Computer


  4. Posts : 363
    windows 7 Pro x64
    Thread Starter
       #4

    Hello Irene :)

    No it is not a validation problem

    A software, Multicharts, need to start and send a file to Excel. To do so, it use the command line provided.

    It normaly work with all system, exept for mine. It could be related to a security check

    Martin
      My Computer


  5. Posts : 3,009
    Windows 7 Home Premium 64bit
       #5

    arjfca said:
    Hello Irene :)

    No it is not a validation problem

    A software, Multicharts, need to start and send a file to Excel. To do so, it use the command line provided.

    It normaly work with all system, exept for mine. It could be related to a security check

    Martin
    Yes, I realised that, arjfca - that was why I deleted my post.
    Thank you for responding though... :)
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 17:44.
Find Us