CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Excel Objects

  1. #1
    Join Date
    Jan 2000
    Location
    IN
    Posts
    24

    Excel Objects

    I have an application that will use the Excel 2000 Objects. Does anyone where I could find information on what files must be installed and registered to use these. The app will run on a server and I do not want to install Office on it.

    Thanks


  2. #2
    Join Date
    May 2001
    Posts
    16

    Re: Excel Objects

    Don't know about Excel 2000, but earlier versions required a library like 'Excel8.olb' for the Excel 8.0 object library. You should have Excel installed on your development machine to pick up the object library in the available project references. Then use the package and deployment tool to package the installation and set it up on the server (which will register the necessary components). But make sure you test the install first - otherwise, you may clobber the registry on your server.

    Good luck!


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured