How to check if an applications is referenced

Discussion in 'AutoCAD' started by Paul de Boer, May 24, 2004.

  1. Paul de Boer

    Paul de Boer Guest

    Hi all, is it possible to do a pre check on the reference list (in the VBA editor, tools references..) for example you have a sub routine in AutoCad that creates a link to Excel, but you didn't link the application in the reference list. Many thanks Paul
     
    Paul de Boer, May 24, 2004
    #1
  2. Hi Paul.

    I usually solve this problem, by dimensioning the application as an object
    instead.
    Dim oExcelApp as ExcelApplication
    -->
    Dim oExcelApp as Object

    / Michael Christoffersen
    www.cadmageren.dk


    editor, tools references..) for example you have a sub routine in AutoCad
    that creates a link to Excel, but you didn't link the application in the
    reference list. Many thanks Paul
     
    Michael Christofersen, May 24, 2004
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.