Results 1 to 4 of 4

Thread: Autoloading excel spreadsheets (spanner software) when opening drawings in AutoCad.

  1. #1
    Member
    Join Date
    2004-09
    Posts
    3
    Login to Give a bone
    0

    Default Autoloading excel spreadsheets (spanner software) when opening drawings in AutoCad.

    I was wondering if there is a way to automatically update excel spreadsheets in AutoCad. I want them to update each time I open a drawing. I have tried writing an acaddoc.lsp file to do this, but when I try to run the command from the lisp routine, it runs before AutoCad is ready to accept commands. This is what I have right now in my acaddoc.lsp:

    ;;; Start of AcadDoc.lsp

    (load "span12.lsp")

    (defun-q MYSTARTUP ( )
    (sheetall)
    )
    (setq S::STARTUP (append S::STARTUP MYSTARTUP))

    ;;; End of AcadDoc.lsp


    Is there a way to get a command to run everytime you start or open a new drawing after the drawing has been initialized. Thanks for any input.
    Tony

  2. #2
    AUGI Addict Glenn Pope's Avatar
    Join Date
    2001-05
    Location
    Austin, TX USA
    Posts
    2,201
    Login to Give a bone
    0

    Default Re: Autoloading excel spreadsheets (spanner software) when opening drawings in AutoCad.

    Try adding it to the startup suite in the APPLOAD dialog. I believe routine added there run after the ones in the acaddoc.lsp file.

  3. #3
    The Silent Type Mike.Perry's Avatar
    Join Date
    2000-11
    Posts
    13,656
    Login to Give a bone
    0

    Default Re: Autoloading excel spreadsheets (spanner software) when opening drawings in AutoCad.

    Hi

    Check out the following thread -

    Loading Autolisps?

    Have a good one, Mike

  4. #4
    Member
    Join Date
    2003-06
    Posts
    13
    Login to Give a bone
    0

    Default Re: Autoloading excel spreadsheets (spanner software) when opening drawings in AutoCad.

    Try using OLE instead of spanner.

Similar Threads

  1. Using Excel Spreadsheets in AutoCAD 2010
    By richard630101 in forum AutoCAD Tables
    Replies: 1
    Last Post: 2011-11-18, 02:43 PM
  2. Excel Spreadsheets
    By pdavis in forum Revit Architecture - General
    Replies: 8
    Last Post: 2008-03-27, 10:50 PM
  3. Excel Spreadsheets printed in a DWF
    By jpowell.113353 in forum DWF Viewer - General
    Replies: 5
    Last Post: 2006-10-06, 07:11 PM
  4. Excel Spreadsheets in AutoCAD 2002
    By kregor77 in forum AutoCAD General
    Replies: 2
    Last Post: 2004-10-14, 02:25 PM
  5. INSERTING EXCEL SPREADSHEETS
    By howard.16379 in forum ACA General
    Replies: 1
    Last Post: 2004-09-17, 02:45 PM

Posting Permissions

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