
03-28-2006, 02:45 AM
|
 |
Down...
Retired Moderator * Expert *
|
|
Join Date: Dec 2002
Location: Belgium.
Posts: 6,731
|
|
|
If the commandbar is really workbook specific, then creating the toolbar at runtime might still be the best solution, though when you'd need the same commandbar over and over, store the code necessary to create / delete the commandbar in an add-in, would be a more solid solution. This approach would allow you to store all of the necessary code in one single file (much easier to edit), but will need you to install the add-in on each single computer...
|
|