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

I've completely removed the toolbars with code and can't
figure out how to get them back.

Help!
TIA,
Brenda
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Restore toolbars

Hi Brenda

Try this first

Sub show()
Dim bar As CommandBar
For Each bar In Application.CommandBars
bar.Enabled = True
Next
End Sub

Alt-F11
Insert module from the menubar in the VBA editor
Paste the macro test in there
Alt-Q to go back to Excel

In Excel press Alt-F8 to get a macro list
Select it and press Run


--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2000-2003)
www.rondebruin.nl



"Brenda" wrote in message
...
I've completely removed the toolbars with code and can't
figure out how to get them back.

Help!
TIA,
Brenda



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Restore toolbars

Thanks Ron!

-----Original Message-----
Hi Brenda

Try this first

Sub show()
Dim bar As CommandBar
For Each bar In Application.CommandBars
bar.Enabled = True
Next
End Sub

Alt-F11
Insert module from the menubar in the VBA editor
Paste the macro test in there
Alt-Q to go back to Excel

In Excel press Alt-F8 to get a macro list
Select it and press Run


--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2000-2003)
www.rondebruin.nl



"Brenda" wrote in

message
...
I've completely removed the toolbars with code and

can't
figure out how to get them back.

Help!
TIA,
Brenda



.

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
restore Estupendo Excel Discussion (Misc queries) 1 September 15th 06 08:10 PM
Restore superscript and subscript buttons in Excel toolbars dandc01 Excel Discussion (Misc queries) 1 February 13th 06 06:43 PM
restore down restore down troubleshooting Excel Discussion (Misc queries) 0 November 8th 05 10:56 PM
Had to restore .. and now.. J*A*N*E*L*L*E* Excel Discussion (Misc queries) 0 June 18th 05 09:41 PM
Is there anyway to restore a workbook? Bin[_2_] Excel Programming 2 August 8th 03 06:29 AM


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