#2
gsprink

I just use lisp:

^C^C^C(defun c:IsoStuff() (command "-vbarun" "modIso.IsoForm"));IsoStuff;

This is what I have used in my toolbar command to run and recall IsoForm.

------------------
Regards
John Finlay

#3
Thanks for the reply. There seems to be some conflict with lisp and all my vba routines. I have done it the way you described butI receive an error after the 3rd or 4th call. Then I have to exit ICAD completely and then restart it. If I could create commands in VBA I wouldn't have this conflict

Thank You