Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I use an Excell spread sheet in Shared Mode with an attached custom toolbar.
I need to update that tool bar but when I open the file I get the old tool bar. I already am deleting the existing tool bar when I close down and have tried ua-attaching the old tool bar and re-attaching the new one. I am attempting to keep the name of the tool bar from changing as my people know what to look for. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Once you have your shared workbook open, go to TOOLS-CUSTOMIZE, then click
ATTACH. You have to click the tool bar in the workbook and delete it, then readd iit from the custom toolbar side. Then save the workbook and close it. once its closed then go back into customize and delete the toolbar. The next time you open the workbook, it should be the new toolbar. One thing I do is make an auto open and close macro in a workbook that is shared so that if I update the toolbar or the code they will always get hte latest when they open it. EX. Sub Auto_Open() On Error Resume Next Application.CommandBars("TOOLBAR").Visible = True End Sub Sub Auto_Close() On Error Resume Next Application.CommandBars("TOOLBAR").Delete End Sub "follyman" wrote: I use an Excell spread sheet in Shared Mode with an attached custom toolbar. I need to update that tool bar but when I open the file I get the old tool bar. I already am deleting the existing tool bar when I close down and have tried ua-attaching the old tool bar and re-attaching the new one. I am attempting to keep the name of the tool bar from changing as my people know what to look for. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
custom toolbar looses buttons when closed | Setting up and Configuration of Excel | |||
Removing custom toolbar from Excel 2003 | Excel Discussion (Misc queries) | |||
I would like to delete a custom toolbar from the workspace. How? | Setting up and Configuration of Excel | |||
Add custom Worksheet and Toolbar in shared drive | Excel Discussion (Misc queries) | |||
Deleting custom Commands from File Menu are nor saved next time w. | Excel Worksheet Functions |