|
-
Mar 7th, 2004, 09:39 AM
#1
Thread Starter
Member
Excel VBA - Attach toolbar to template
Hi.
I have created a workbook with some source which i would like to oprate as a template.
I want a toolbar to be attched to the template and:
1. will be displayed only when a workbook based on this template opened.
2. the buttons stay attached to the template (they "follow" the last workbook i open )
Thanks.
-
Mar 8th, 2004, 03:21 AM
#2
Addicted Member
Try manually Tools/Customize then Attach.
Regards
BrianB
-------------------------------
-
Mar 8th, 2004, 03:41 PM
#3
If you have code to "make" this tolbar, put it in the Workbook_auto_open Event (not sue of the correct name).
To hide it, you have to use code inthe Close_workbook event.
Watch it, if you use several workbooks having these codelines (the first to close would hide the toolbar).
You're welcome to rate this post!
If your problem is solved, please use the Mark thread as resolved button
Wait, I'm too old to hurry!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|