andybone Posted December 10, 2008 Posted December 10, 2008 Hi, I am trying to edit my PGP file to call VBA functions. Is this even possible? If so how do I do it? I have tried things like WH, *vbastmt WhereAmI but this does not work. Any help would be greatly appreciated. Thanks Quote
rkmcswain Posted December 10, 2008 Posted December 10, 2008 Just use a lisp call in your "acaddoc.lsp" file. Example: (defun c:WH () (vl-vbarun "myfile.dvb!my.functionname")) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.