Consulting

Results 1 to 4 of 4

Thread: can't create object

  1. #1

    can't create object

    Hi,


    I want get data from brio 8.


    I used the following macro to link Excel with brio 8.
    However, I get the following error message.


    Anyone can help?



    Run-time error ‘429’
    ActiveX component can’t create object


    [VBA]
    Sub create_object()

    Dim mybrio as object

    Set mybrio = CreateObject(“BrioQuery.Application”)

    End Sub


    [/VBA]

  2. #2
    VBAX Mentor
    Joined
    Feb 2009
    Posts
    493
    Location
    Have you added the appropriate references?
    -----------------------------------------
    The more you learn about something the more you know you have much to learn.

  3. #3
    VBAX Expert Tinbendr's Avatar
    Joined
    Jun 2005
    Location
    North Central Mississippi (The Pines)
    Posts
    993
    Location

    David


  4. #4
    Quote Originally Posted by BrianMH
    Have you added the appropriate references?
    what is reference?

    is it brioqry.tlb ?

    as mentioned at

    http://it.toolbox.com/wiki/index.php..._BQY_documents

Posting Permissions

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