Create a Toolbar on the FlyYou can create new CommandBars manually -- or you can do so with VBA. Creating a new toolbar on the fly is amazingly fast, and is really not very difficult to program.
This add-in creates a fairly complex toolbar that functions as a simple calculator. The add-in's VBA project is not protected, so you can view the code to see how it works. The file demonstrates several useful VBA techniques, including:
To learn more about working with CommandBars using VBA, refer to Excel 2002 Power Programming With VBA. |
|