How to execution on dialog box

Discussion in 'AutoCAD' started by Adesu, Jan 24, 2005.

  1. Adesu

    Adesu Guest

    (setq xls "C:/YBI/Administration/Registration/Data-2004.xls")
    (setq xlsfile (getfiled "Open Excel File" xls "xls" 0))
    (setq exe "c:\\program files\\microsoft office\\office\\Excel.exe")
    (startapp (strcat "\"" exe "\"")(strcat "\"" xlsfile "\""))

    After dialog box displayed,I would direct execution a file
    "Data-2004.xls",not pause a action by user,how to executed a file on
    displayed dialog box ( or how to hit "open" on dialog box),thanks for your
    reply.
     
    Adesu, Jan 24, 2005
    #1
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.