Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How can I update a Attached Custom Toolbar in a shared file?

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 504
Default How can I update a Attached Custom Toolbar in a shared file?

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
custom toolbar looses buttons when closed Charlie G Setting up and Configuration of Excel 2 July 21st 06 07:10 AM
Removing custom toolbar from Excel 2003 [email protected] Excel Discussion (Misc queries) 0 July 14th 06 05:00 PM
I would like to delete a custom toolbar from the workspace. How? twiga Setting up and Configuration of Excel 1 December 23rd 04 05:55 PM
Add custom Worksheet and Toolbar in shared drive jrcruzr Excel Discussion (Misc queries) 1 December 10th 04 11:06 PM
Deleting custom Commands from File Menu are nor saved next time w. EXCEL CUstomization Excel Worksheet Functions 3 December 7th 04 01:46 AM


All times are GMT +1. The time now is 11:28 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"