Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default CANNOT OPEN "OPTIONS" IN THE TOOLS MENU

Hi guys,

When I choose "Options" in the Tools menu in Excel 97, it won't open,
instead I get a message telling
me the macro cannot run and displays the typical buttons End, Debug ....
The Personal Macro Workbook does not show any macros when I go to Tools,
Macro, Macros.

I am not a programmer so I'm in the dark about this one.

It works fine on the other pc.

Would greatly appreciate any help on this one.

pcw.



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default CANNOT OPEN "OPTIONS" IN THE TOOLS MENU

Find the *username*.xlb file or excel8.xlb file for this PC (should be in
the Windows directory for xl97). Rename this file to have something other
than a .xlb extension. then try opening excel.

This file hold menu customizations. It could be corrupt or someone might
have redefined that menu item.

this is just something to try - can't guarantee it is the problem.

--
Regards,
Tom Ogilvy

"pcw" wrote in message ...
Hi guys,

When I choose "Options" in the Tools menu in Excel 97, it won't open,
instead I get a message telling
me the macro cannot run and displays the typical buttons End, Debug ....
The Personal Macro Workbook does not show any macros when I go to Tools,
Macro, Macros.

I am not a programmer so I'm in the dark about this one.

It works fine on the other pc.

Would greatly appreciate any help on this one.

pcw.





  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 32
Default CANNOT OPEN "OPTIONS" IN THE TOOLS MENU

A number of factors can affect how a workbook functions on different
computers. There are security settings to deal with as well as the
macro contents of "personal.xls". There are also startup switches that
can be different from PC-2-PC or USER-2-USER.

A few suggestions:

1. Try starting Excel on the problem PC without loading a workbook. If
you get the same error, locate the file personal.xls and rename it or
move it to a temporary folder. Then try starting Excel again. Also,
look in the XLStart folder in the following locations (on both PCs)

C:\Documents and Settings\username\Application Data\Microsoft\Excel
C:\Program Files\Microsoft Office\Office11

Any differences can help isolate the problem.

2. When you start Excel, hold the SHIFT key down during startup. This
prevents any macros from actually running. If things start normally,
there is definitely a macro trying to run from somewhere.

3. Change your security setting, Tools- Macros- Security, to medium.
This allows you to make a decision as to whether macros are allowed to
execute.


regards,

mike

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default CANNOT OPEN "OPTIONS" IN THE TOOLS MENU

I don't believe this is a toolbar or rights issue. This is from a recent
post where the user said it solved his identical problem:
--------------
It might be a corrupted registry entry which you'd have to fix by running
the REGEDIT program from Start-Run (with Excel closed).


Navigate to this registry key:


HKEY_CURRENT_USER\Software\Mic*rosoft\Office\11.0\ Excel\Optio*ns


and then select each of the 5 items in turn in the right pane that begin
with "Options" and rename them (like Options3 to Options3XX). F2 is a
shortcut for editing a name.


After all 5 are renamed start Excel and see if it helped.



--
Jim
"pcw" wrote in message ...
| Hi guys,
|
| When I choose "Options" in the Tools menu in Excel 97, it won't open,
| instead I get a message telling
| me the macro cannot run and displays the typical buttons End, Debug ....
| The Personal Macro Workbook does not show any macros when I go to Tools,
| Macro, Macros.
|
| I am not a programmer so I'm in the dark about this one.
|
| It works fine on the other pc.
|
| Would greatly appreciate any help on this one.
|
| pcw.
|
|
|


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,071
Default CANNOT OPEN "OPTIONS" IN THE TOOLS MENU

I suspect that at some point in the past you hooked up (either
intentionally or inadvertently through someone else's code) your
Options... item to some macro.

Following Tom's advice will reset all the menu bars. Hopefully, that
will fix the problem. However, it will reset all customization you
have done.

An alternative is some more diagnostics...

What macro is XL complaining about?

Since it offers you a 'Debug' option, use it and see where XL takes
you.

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions

In article , says...
Hi guys,

When I choose "Options" in the Tools menu in Excel 97, it won't open,
instead I get a message telling
me the macro cannot run and displays the typical buttons End, Debug ....
The Personal Macro Workbook does not show any macros when I go to Tools,
Macro, Macros.

I am not a programmer so I'm in the dark about this one.

It works fine on the other pc.

Would greatly appreciate any help on this one.

pcw.






  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default CANNOT OPEN "OPTIONS" IN THE TOOLS MENU

Thanks everybody for your suggestions. I tried all of them but unfortunately
the problem is still there.
I logged on under a different username and there is no problem whatsoever.
Any further thoughts???.

pcw


"pcw" wrote in message ...
Hi guys,

When I choose "Options" in the Tools menu in Excel 97, it won't open,
instead I get a message telling
me the macro cannot run and displays the typical buttons End, Debug ....
The Personal Macro Workbook does not show any macros when I go to Tools,
Macro, Macros.

I am not a programmer so I'm in the dark about this one.

It works fine on the other pc.

Would greatly appreciate any help on this one.

pcw.





  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default CANNOT OPEN "OPTIONS" IN THE TOOLS MENU

I'd ask you to run Regedit again and make sure you did everything I
suggested (making sure Excel is closed at the time).

--
Jim
"pcw" wrote in message ...
| Thanks everybody for your suggestions. I tried all of them but
unfortunately
| the problem is still there.
| I logged on under a different username and there is no problem whatsoever.
| Any further thoughts???.
|
| pcw
|
|
| "pcw" wrote in message
...
| Hi guys,
|
| When I choose "Options" in the Tools menu in Excel 97, it won't open,
| instead I get a message telling
| me the macro cannot run and displays the typical buttons End, Debug ....
| The Personal Macro Workbook does not show any macros when I go to Tools,
| Macro, Macros.
|
| I am not a programmer so I'm in the dark about this one.
|
| It works fine on the other pc.
|
| Would greatly appreciate any help on this one.
|
| pcw.
|
|
|
|
|


  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default CANNOT OPEN "OPTIONS" IN THE TOOLS MENU

Thought I did but possible I forgot something. Will try again tomorrow.


pcw


"Jim Rech" wrote in message
...
I'd ask you to run Regedit again and make sure you did everything I
suggested (making sure Excel is closed at the time).

--
Jim
"pcw" wrote in message
...
| Thanks everybody for your suggestions. I tried all of them but
unfortunately
| the problem is still there.
| I logged on under a different username and there is no problem
whatsoever.
| Any further thoughts???.
|
| pcw
|
|
| "pcw" wrote in message
...
| Hi guys,
|
| When I choose "Options" in the Tools menu in Excel 97, it won't open,
| instead I get a message telling
| me the macro cannot run and displays the typical buttons End, Debug
....
| The Personal Macro Workbook does not show any macros when I go to
Tools,
| Macro, Macros.
|
| I am not a programmer so I'm in the dark about this one.
|
| It works fine on the other pc.
|
| Would greatly appreciate any help on this one.
|
| pcw.
|
|
|
|
|




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
"Show Windows in Taskbar" option from the ToolsOptionsView broke Ben Zapp Excel Discussion (Misc queries) 0 November 9th 05 07:40 PM
clicking TOOLS/OPTIONS gives me error msg "cannot access dir D:/" Lori Rossi Excel Discussion (Misc queries) 1 October 23rd 05 09:50 PM
CommandBars("Worksheet Menu Bar").Controls("Tools").Enabled = Fals Arturo Excel Programming 3 May 26th 05 05:44 PM
Cannot open Options from Tools Menu CyberGar Setting up and Configuration of Excel 1 April 22nd 05 08:05 AM
Disable "Sheet tabs" check box under [Tools][Options]-[View] tab quartz[_2_] Excel Programming 4 April 2nd 05 03:25 AM


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