TheSwamp

Code Red => VB(A) => Topic started by: t-bear on December 28, 2004, 04:00:30 PM

Title: VBA in a button?
Post by: t-bear on December 28, 2004, 04:00:30 PM
Hi fellas....merry Christmas and all that jazz.
I have a feller here working to create a VBA routine which will insert information into ACAD from our data base.  He seems to have the routine working but wants to run it from a tool button in ACAD.  I'm a bit confused here;  What's the syntax for running a VBA routine from a button?
Any help greatly appreciated!
Title: VBA in a button?
Post by: Keith™ on December 28, 2004, 04:20:00 PM
Try this....

Code: [Select]

-vbarun FileName.dvb!Module.SubRoutine