madgoose 发表于 2022-7-6 14:47:01

lisp to vba form - not closing

I'm calling a vba sub from lisp. The sub opens a form for the user to select an option. the form should then close. but it won't. it's like it's stuck in an infinite loop.
 
I've even coded the dreaded END into the exit button. The form reappers. I'm curious if the issue is within lisp.
 
The lisp code to run the sub is (insertbom)

Lee Mac 发表于 2022-7-6 15:38:43

 
Is this in reference to a LISP routine that I haven't heard of, or am I missing something?

madgoose 发表于 2022-7-6 16:05:11

no. i'm just showing you that the code to run the vba sub is (insertbom)
页: [1]
查看完整版本: lisp to vba form - not closing