Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tvdesign

    Interfacing Excel with VLISP

    Thanks ZMEI, I don't have time to test your code to see if it works for me at the moment. I use office xp and figured out that you need to use excel.exe instead of xl5en32.olb to load the library. I'm not sure why they include xl5en32.olb with xp, maybe it's some sort of backwards compatablity...
  2. tvdesign

    Interfacing Excel with VLISP

    Hi Jeff, Don't know if you have figured out how to get around the overwrite existing file problem. One thing you may want to try is to save the file as a new file name. I have not tried this but think it's worth a shot. I was working on this code the other night and hit a stumbling block. Like...
  3. tvdesign

    Interfacing Excel with VLISP

    Hey Mike, I haven't had time to work on that part yet. Hopefully soon I'll give it a try. How about you... Did you get yours to run? Thanks, Kirk
  4. tvdesign

    Interfacing Excel with VLISP

    Hello again, OK, now I'm starting to get somewhere with this! I really like the (vlax-put-property xl "Visible" T) that you can use to make Excel visible on the taskbar. First of all I discovered why I was having problems with: xlp-Put-Value xlp-get-item xlp-get-value xlp-get-range...
  5. tvdesign

    Interfacing Excel with VLISP

    Hello Borgunit, G'day Mike, OK, I had a look at lesson 3 and I'm still pretty confused. First I'll try to answer your question. Are you "running" the program with a line similar to this from the command line in acad? (link_2_excel "c:\\lisp\\book1.xls") That should run the...
  6. tvdesign

    Interfacing Excel with VLISP

    Hi there, I was just working on Bill Kramers "Interfacing with Excel Spreadsheets" found in Autodesk Point A newletter. He has 4 functions that I can't seem to find xlp-Put-Value xlp-get-item xlp-get-value xlp-get-range Does anybody know where to find these functions? I've looked...
Back
Top