Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 267
Default toolbars (removing and reinstating)

Is there a way to record which toolbars are active and other generilsed
settings for excell when opening a spreadsheet, then turn them off as an open
function then reinstate them as a close function.

I have a spreadsheet that on open sets all the toolbars (except my own
custom toolbar) to false the trouble is that my colleagues complain as soon
as they open their own documents on any machine that has used my code because
all their toolbars have disapeared (they are each individually very
particular about how their own machine is set up!!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default toolbars (removing and reinstating)

You could use variables to store the value of x= Toolbar.visible (will store
true/false)
Then at end, to restore, go through list again with
toolbar.visible = x

Note that this is obviously not the "exact" coding to use, but it should
give you the general idea.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Atishoo" wrote:

Is there a way to record which toolbars are active and other generilsed
settings for excell when opening a spreadsheet, then turn them off as an open
function then reinstate them as a close function.

I have a spreadsheet that on open sets all the toolbars (except my own
custom toolbar) to false the trouble is that my colleagues complain as soon
as they open their own documents on any machine that has used my code because
all their toolbars have disapeared (they are each individually very
particular about how their own machine is set up!!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,549
Default toolbars (removing and reinstating)


Add a new separate toolbar with all of your custom buttons and leave
the existing toolbars/menus alone.
Delete the toolbar when your workbook closes.
--
Jim Cone
Portland, Oregon USA



"Atishoo"

wrote in message
Is there a way to record which toolbars are active and other generilsed
settings for excell when opening a spreadsheet, then turn them off as an open
function then reinstate them as a close function.

I have a spreadsheet that on open sets all the toolbars (except my own
custom toolbar) to false the trouble is that my colleagues complain as soon
as they open their own documents on any machine that has used my code because
all their toolbars have disapeared (they are each individually very
particular about how their own machine is set up!!
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
Removing patterns without removing gridlines pennyb9 Excel Discussion (Misc queries) 1 July 11th 07 02:43 AM
Toolbars rob Excel Discussion (Misc queries) 2 April 10th 06 07:30 PM
toolbars robert Excel Discussion (Misc queries) 3 December 13th 05 04:03 PM
removing customized toolbars news Excel Discussion (Misc queries) 1 February 24th 05 03:11 PM
toolbars George Setting up and Configuration of Excel 2 February 8th 05 04:27 AM


All times are GMT +1. The time now is 04:29 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"