![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Feb 2002
Location: Houston, TX
Posts: 303
|
Is it possible to attach a custom toolbar to a wb such that it is only visible and available when that wb is open?
If not, can that scenario be created through other means? |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Millbank, London, UK
Posts: 1,790
|
no replies, so I'll stick my oar in...
is the workbook also limited to a certain group of users ? |
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Feb 2002
Location: Houston, TX
Posts: 303
|
Thanks Chris but I reposted earlier today and got an answer. It involved setting the "MyToolbar" visible attribute to false in the before close event.
|
|
|
|
|
|
#4 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Millbank, London, UK
Posts: 1,790
|
I was just about to suggest that...
okie, important thing is you got it fixed. |
|
|
|
|
|
#5 |
|
Board Regular
Join Date: Feb 2002
Posts: 3,065
|
Hi
Pilot Can i ask as you have a workable answer you post the feed thats answers thios so everyone can find the link (answer easy) You have reposted, rather than stick on this feed and return to the top of the board, some guys minght no see this answer Sure you understand... help others if you can mate!
__________________
Free Excel based Web Toolbar available here. Jack in the UK J & R Excel Solutions "making Excel work for you" |
|
|
|
|
|
#6 |
|
Board Regular
Join Date: Feb 2002
Location: Houston, TX
Posts: 303
|
Good idea, Jack. Here's the boiled down version of the answer provided by TsTom and Mr Nick.
This should work. Place it in your Workbook Deactivate and in the Close or before close: Application.CommandBars("Your CommandBar").visible = False |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|