#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Top menu

I recently got a file and now, my top menu functions are only; FILE - WINDOW
- HELP. What happened to the tools and other functions that used to be on the
top menu?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Top menu

Hi,

It sounds like the file contained macros that has disabled them.

Look here

http://www.rondebruin.nl/menuid.htm
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"Craig L." wrote:

I recently got a file and now, my top menu functions are only; FILE - WINDOW
- HELP. What happened to the tools and other functions that used to be on the
top menu?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7,247
Default Top menu

Right-click anywhere up in the menu/toolbar area and choose Customize
from the popup menu. There, choose the Toolbars tab. Scroll down to
the end of the list and select "Worksheet Menu Bar". Click the Reset
button. It might be the case that the workbook in question has code
that manipulates the command bars. Press ALT F11 to open the VBA
editor. On the left side of the screen should be the Project window.
Press CTRL R if it is not there. In that window, find your workbook
and expand all the tree view nodes by clicking the "+" signs. Double
click the ThisWorkbook module to open it for editing. In that module,
look for

Private Sub Workbook_Open()
' some code
End Sub

This is the likely place that the menu modification code would be.
Unless there is a good read to keep it, delete it and save the file.

Cordially,
Chip Pearson
Microsoft Most Valuable Professional,
Excel, 1998 - 2010
Pearson Software Consulting, LLC
www.cpearson.com



On Sun, 14 Mar 2010 13:20:01 -0700, Craig L. <Craig
wrote:

I recently got a file and now, my top menu functions are only; FILE - WINDOW
- HELP. What happened to the tools and other functions that used to be on the
top menu?

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
Drop dwn menu. Formula to count selection frm menu in anoth cell? ggoldber Excel Worksheet Functions 1 June 4th 08 02:21 PM
Excel -My paste menu is not the norm. The menu is different. wduval1715 Setting up and Configuration of Excel 2 November 3rd 07 07:07 PM
filter dropdown menu so 2nd drop menu is customized menugal Excel Worksheet Functions 1 September 4th 07 05:25 PM
Create Dropdown menu without using the Validation on the Data Menu lostinformulas Excel Worksheet Functions 0 July 13th 06 08:47 PM
Menu items added with menu item editor in older versions Michael Hoffmann Excel Discussion (Misc queries) 2 January 7th 05 01:40 PM


All times are GMT +1. The time now is 02:43 PM.

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

About Us

"It's about Microsoft Excel"