Hello.
I have tried to edit a script found in another topic to suit my needs but i can't get it to work the way i want to.
layer2dwg
(defun c:lsave(/ actDoc layCol docName dwgName actSel fCount)
(vl-load-com)
(defun BrowseFolder (/ ShlObj Folder FldObj OutVal)
(vl-load-com)
(setq...