• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

april an excel tabs in the autocade

  • Thread starter Thread starter joe
  • Start date Start date

joe

Guest
Good morning
I am trying to open a .xls file using autocad 2014
this file is located (for network needs) in a subfolder of the folder "support" (c:\programs\autodesk\autocad 2014\support\production\pvs.xls)
would be convenient to open the file directly from autocad with a lisp
Could you give me a suggestion?
thanks, gianni
 
very clear, however I need to open the excel file, I believe with the start command, and not connect it to a table.
opening it with the start command I could put it in a lisp, but the path always tells me that it is wrong
 
you probably forgot to add '\' to those present in the path.
in practice the exact syntax of the autolisp code should be:
(startapp "start" "c:\\programmes\\\autodesk\\autocad 2014\\\support\production\\\\pvs.xls")
Hi.
very clear, however I need to open the excel file, I believe with the start command, and not connect it to a table.
opening it with the start command I could put it in a lisp, but the path always tells me that it is wrong
 
Code:
(defun c:pd()
(startapp)[B][COLOR="#FF0000"]explorer[/COLOR][/B]"c:\\programs\\\autodesk\\\autocad 2014\\\support\\production\\\\pve.xls")
)
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top