Message 1 of 6
draworder lisp into vba

Not applicable
10-27-2011
12:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I made a very simple lisp routine in LISP.
Now I want to have it in VBA.
Can someone help me. I'm not so good with VBA jet.
gr. Laszlo
(defun C:draworderbrt () (command "_.draworder" (ssget "x" '((8 . "A-BA1300__VloerenOpGrondslag,X-BL$12A__GebiedenenOpp,A-BA2100__Buitenwanden"))) "" "_back") (command "_.draworder" (ssget "x" '((8 . "A-BV2300__Vloeren"))) "" "_front") (princ) )