Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi.
I need help converting this lisp code to VBA:
(setq ss (ssget '((0 . "INSERT"))))
(repeat (setq i (sslength ss))
(setq e (ssname ss (setq i (1- i))))
(alert (cdr (assoc 2 (entget e))))
)
thanks,
aridzv
Solved! Go to Solution.