+ Reply to Thread
Results 1 to 2 of 2

TYPE Library issues.

Hybrid View

  1. #1
    shishi
    Guest

    TYPE Library issues.

    Hi ,

    I have started on a project to generate ms-word documents from excel
    sheet. The vba code starts something like below.

    Dim oWrd As Word.Application
    Dim oDoc As Word.Document
    Set oWrd = New Word.Application

    I am getting an error from the first line. The error is "complie error:
    User-Defined type not defined". I checked Tools->References and found
    that the following are already checked.
    1. Visual Basic for applications
    2. Microsoft Excel 9.0 Object Library
    3. OLE Automation
    4. Microsoft Office 9.0 Object Library
    etc.

    What could be that I am doing wrong? Please help. Thanks in advance
    for your suggestion.

    shishi


  2. #2
    Jim Rech
    Guest

    Re: TYPE Library issues.

    Set a reference to Word.

    --
    Jim
    "shishi" <shishiram@gmail.com> wrote in message
    news:1124474672.839832.27650@g14g2000cwa.googlegroups.com...
    > Hi ,
    >
    > I have started on a project to generate ms-word documents from excel
    > sheet. The vba code starts something like below.
    >
    > Dim oWrd As Word.Application
    > Dim oDoc As Word.Document
    > Set oWrd = New Word.Application
    >
    > I am getting an error from the first line. The error is "complie error:
    > User-Defined type not defined". I checked Tools->References and found
    > that the following are already checked.
    > 1. Visual Basic for applications
    > 2. Microsoft Excel 9.0 Object Library
    > 3. OLE Automation
    > 4. Microsoft Office 9.0 Object Library
    > etc.
    >
    > What could be that I am doing wrong? Please help. Thanks in advance
    > for your suggestion.
    >
    > shishi
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1