Author Topic: loading lisp to use pickfirstselectionset in VBA macros  (Read 2250 times)

0 Members and 1 Guest are viewing this topic.

Dnereb

  • Guest
loading lisp to use pickfirstselectionset in VBA macros
« on: October 13, 2006, 02:46:01 AM »
Hi all,

I had to reinstall Acad (HD failure) but sloppy as I am I didn't make backup from files in my program files folder.
One thing I forgot is how to initiate the lisp bit so i can use the pickfirst selectionset in my tablet macros
Like: [H-25]^C^C(vla-RunMacro (vlax-get-acad-object) "H25")
It was something like ....vload.com... in Acad.mnu or Acad.lsp
Can Anyone remind me how to get this done correctly

Thanks in advance.

Chuck Gabriel

  • Guest
Re: loading lisp to use pickfirstselectionset in VBA macros
« Reply #1 on: October 13, 2006, 07:53:24 AM »
(vl-load-com) ?

Glenn R

  • Guest
Re: loading lisp to use pickfirstselectionset in VBA macros
« Reply #2 on: October 13, 2006, 09:27:08 AM »
Read the Help file perhaps...

Bryco

  • Water Moccasin
  • Posts: 1883
Re: loading lisp to use pickfirstselectionset in VBA macros
« Reply #3 on: October 13, 2006, 09:56:22 AM »
Like chuck said  (vl-load-com)  in the acaddoc.lsp

Dnereb

  • Guest
Re: loading lisp to use pickfirstselectionset in VBA macros
« Reply #4 on: October 13, 2006, 10:02:43 AM »
Thanks,

I will try it monday morning

@Glenn I did try searching but it seems i couldn't find the corect keywords
neither in VBA help nor on this forum.