Hi, I have a problem when I start my DVB-file with LISP. It will repeat my "First Point" twice. Is there any way to prevent this??? I have tried to add <ThisDrawing.SendCommand ""> in the dvb-file. But then I can't start the program by using "Enter" or RMB.. ************ In LISP-file: (defun c:line () (VL-VBALOAD "u:/vba/SpecialLineCommand.dvb") (vl-vbarun "SpecialLine") (princ) ) ************* ***************** In command-line: Command: line _.-VBARUN Macro name: SpecialLine First Point: First Point: ****************** Regards Rikard