muck Posted November 11, 2008 Posted November 11, 2008 AutoCAD 2009. What is a good way to make a VBA user interface in AutoCAD in which someone can start their VBA programs by toolbar the bottem of their screen. Maybe there is a way better way to start VBA programs. Maybe a pull down menu is best. Any suggestions? What is a good way to keep track of programs using a VBA autoCAD interface? Thank you, Quote
dbroada Posted November 11, 2008 Posted November 11, 2008 I don't use 2009 but in 2008 I have a toolbar with something like ^C^Cvbastmt;cloud; assigned to it. I guess the same code could be applied to menus but I don't use menus that often. (Don't use toolbars that often either) Quote
CmdrDuh Posted November 11, 2008 Posted November 11, 2008 Any method will work. Like Dave, I have toolbars, as well as palettes and pulldowns in the cui. I am trying to move all my stuff to the palettes, as they are easier to manage than editing the cui. (I can make massive changes to the palettes using a search and replace, which isn't that easy in the cui) 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.