Code Red > AutoLISP (Vanilla / Visual)

"Draw Excel Lisp" Question

(1/3) > >>

CAB:
Terry,
I tried your DrawExcel.lsp
With the support files loaded, this file is not being created Temp.csv
I have tried with macros enabled & disabled.

Any ideas?

PS
"C:\Temp\Temp.txt" is being created & this is it:

--- Code: ---3
3
C:\Program Files\ACAD2000\xlcab.xls
--- End code ---

GDF:

--- Quote from: CAB on December 12, 2006, 08:36:01 AM ---Terry,
Having read your DCL tutorials, I  must say you have done a great job with them.
 The vector routines are very helpful & take the pain out of creating vector images.
I have used it to create some images for my Dialog boxes. :-)

Thanks for all your hard work.

--- End quote ---


Great work Alan and Terry

Alan I have been using the vector Image way also and love the ability to do away
with slide images. Thanks again guys. I can always learn more on how to create dcl
files.

Gary

terrycadd:
CAB,
I wonder if we should start a new thread regarding "DrawExcel.lsp"?
The files needed are: DrawExcel.lsp, DrawExcel.dcl, DrawExcel.dvb, GetIcon.lsp, and Dcl_Tiles.lsp.
It should create two files if successful: C:\Temp\Temp.txt and C:\Temp\Temp.csv.
Just in case you may have one of the function names defined slightly different in one of your files,
try this method to load "DrawExcel.lsp".
After your normal functions load from AcadDoc.lsp or however you load them,
Type (load "DrawExcel") manually. It loads GetIcon.lsp and Dcl_Tiles.lsp.
Then type "DrawExcel" or the shortcut "DES" to run the function.
Use the "Browse" method to find your spread sheet.
It might be important to close all open Excel applications, but should still work anyway.

We are using 2005 and 2006 here at work. And it works on all stations.
Please try it again, and someone else try it also to verify if it works ok.
I can't see why it wouldn't work with macros enabled.
Terry
========================================
The links to these functions are:
http://web2.airmail.net/terrycad/LISP/DrawExcel.lsp
http://web2.airmail.net/terrycad/LISP/DrawExcel.dcl
http://web2.airmail.net/terrycad/LISP/DrawExcel.dvb
http://web2.airmail.net/terrycad/LISP/GetIcon.lsp
http://web2.airmail.net/terrycad/LISP/Dcl_Tiles.lsp
========================================

CAB:
Using ACAD2000 to test.

No csv file created.
After several tries I get this:

CAB:
Terry,
This is the original message:

Navigation

[0] Message Index

[#] Next page

Go to full version