Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 55
Default restoring toolbars

i want to open the .XLB file to restore the toolbars that i cleared with a
macro when a user opened my Excel program. i what to restore their settings
when they close my program. does anyone have an example of code for me
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default restoring toolbars

It depends on which toolbars you want to refresh:

Application.CommandBars("Picture").Visible = True
Application.CommandBars("Picture").Reset

and then repeat for:

Worksheet Menu Bar
Chart Menu Bar
Standard
Formatting
PivotTable
Chart
Reviewing
Forms
Stop Recording
External Data
Formula Auditing
Full Screen
Circular Reference
Visual Basic
Web


and any other bars you desire.
--
Gary''s Student - gsnu200718


"Josh C" wrote:

i want to open the .XLB file to restore the toolbars that i cleared with a
macro when a user opened my Excel program. i what to restore their settings
when they close my program. does anyone have an example of code for me

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
Restoring ToolBars/Commandbars CiaraG[_5_] Excel Programming 6 February 11th 06 04:27 AM
Removing/restoring toolbars peter.thompson[_69_] Excel Programming 2 January 31st 06 09:03 PM
Removing and Restoring Excel toolbars peter.thompson[_31_] Excel Programming 3 January 7th 06 09:06 PM
Restoring Toolbars and Other Things PosseJohn Excel Programming 1 May 13th 05 10:51 PM
Restoring Toolbars TJV Excel Programming 0 November 20th 03 05:14 PM


All times are GMT +1. The time now is 05:11 AM.

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"