CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2001
    Posts
    16

    What is necessary to make "Dim ExclApp As Excel.Application" work?

    Hi,

    are there any settings necessary?
    I wrote this in a standard-exe.
    At this time, the following message appears:
    "Userdefined type not known".

    Thank you.

    Matt 1


  2. #2
    Join Date
    Mar 2001
    Posts
    6

    Re: What is necessary to make "Dim ExclApp As Excel.Application" work?

    u have to add the reference microsoft excel 8.0 library(menu-project-references).


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