Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default grey out insert menu options

Good day,

When opening up a new excel spread sheet and selecting the insert menu the
columns, rows and cells are grey and unavailable. I am using windows xp with
SP/2 and MS office 2003. I tried to run a repair and reinstall excel and this
did not fix the problem. Any help would be great! Thank you for your time.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JNW JNW is offline
external usenet poster
 
Posts: 480
Default grey out insert menu options

Is the sheet or workbook protected?
--
JNW


"gemini3rdeye" wrote:

Good day,

When opening up a new excel spread sheet and selecting the insert menu the
columns, rows and cells are grey and unavailable. I am using windows xp with
SP/2 and MS office 2003. I tried to run a repair and reinstall excel and this
did not fix the problem. Any help would be great! Thank you for your time.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default grey out insert menu options

No protection is used. This seems to happend on any excel spreadsheet on this
computer. Thanks for your response.

"JNW" wrote:

Is the sheet or workbook protected?
--
JNW


"gemini3rdeye" wrote:

Good day,

When opening up a new excel spread sheet and selecting the insert menu the
columns, rows and cells are grey and unavailable. I am using windows xp with
SP/2 and MS office 2003. I tried to run a repair and reinstall excel and this
did not fix the problem. Any help would be great! Thank you for your time.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JNW JNW is offline
external usenet poster
 
Posts: 480
Default grey out insert menu options

hmmm...

The only thing I can think is instead of doing a repair, completely
uninstall and install again. Not a very pleasant solution...
--
JNW


"gemini3rdeye" wrote:

No protection is used. This seems to happend on any excel spreadsheet on this
computer. Thanks for your response.

"JNW" wrote:

Is the sheet or workbook protected?
--
JNW


"gemini3rdeye" wrote:

Good day,

When opening up a new excel spread sheet and selecting the insert menu the
columns, rows and cells are grey and unavailable. I am using windows xp with
SP/2 and MS office 2003. I tried to run a repair and reinstall excel and this
did not fix the problem. Any help would be great! Thank you for your time.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 256
Default grey out insert menu options

One possibility is that it was disabled by a workbook via macros. Do
you have macros enabled?

If so, try this. Go to your VBA window (Alt+F11), press Ctrl+G to
open the Immediate window, and type in this command:
?Application.CommandBars.ActiveMenuBar.Controls("I nsert").Enabled

Press Enter. If it says "False", type in this:
Application.CommandBars.ActiveMenuBar.Controls("In sert").Enabled =
True


On Oct 4, 10:32 am, gemini3rdeye
wrote:
Good day,

When opening up a new excel spread sheet and selecting the insert menu the
columns, rows and cells are grey and unavailable. I am using windows xp with
SP/2 and MS office 2003. I tried to run a repair and reinstall excel and this
did not fix the problem. Any help would be great! Thank you for your time.





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default grey out insert menu options

Thanks for the response, but this did not help. I am going to reinstalled
office in a new folder and remove the old folder to try and fix this problem
on monday. Thank you all for your advice!

"ilia" wrote:

One possibility is that it was disabled by a workbook via macros. Do
you have macros enabled?

If so, try this. Go to your VBA window (Alt+F11), press Ctrl+G to
open the Immediate window, and type in this command:
?Application.CommandBars.ActiveMenuBar.Controls("I nsert").Enabled

Press Enter. If it says "False", type in this:
Application.CommandBars.ActiveMenuBar.Controls("In sert").Enabled =
True


On Oct 4, 10:32 am, gemini3rdeye
wrote:
Good day,

When opening up a new excel spread sheet and selecting the insert menu the
columns, rows and cells are grey and unavailable. I am using windows xp with
SP/2 and MS office 2003. I tried to run a repair and reinstall excel and this
did not fix the problem. Any help would be great! Thank you for your time.




  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 256
Default grey out insert menu options

Does the Immediate window say the Enabled property is true or false?


On Oct 6, 1:15 pm, gemini3rdeye
wrote:
Thanks for the response, but this did not help. I am going to reinstalled
office in a new folder and remove the old folder to try and fix this problem
on monday. Thank you all for your advice!



"ilia" wrote:
One possibility is that it was disabled by a workbook via macros. Do
you have macros enabled?


If so, try this. Go to your VBA window (Alt+F11), press Ctrl+G to
open the Immediate window, and type in this command:
?Application.CommandBars.ActiveMenuBar.Controls("I nsert").Enabled


Press Enter. If it says "False", type in this:
Application.CommandBars.ActiveMenuBar.Controls("In sert").Enabled =
True


On Oct 4, 10:32 am, gemini3rdeye
wrote:
Good day,


When opening up a new excel spread sheet and selecting the insert menu the
columns, rows and cells are grey and unavailable. I am using windows xp with
SP/2 and MS office 2003. I tried to run a repair and reinstall excel and this
did not fix the problem. Any help would be great! Thank you for your time.- Hide quoted text -


- Show quoted text -



  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default grey out insert menu options

It says true. We went ahead and created a new profile for office and the
user is able to use excel with no problems. Thanks again for all of your
input.

"ilia" wrote:

Does the Immediate window say the Enabled property is true or false?


On Oct 6, 1:15 pm, gemini3rdeye
wrote:
Thanks for the response, but this did not help. I am going to reinstalled
office in a new folder and remove the old folder to try and fix this problem
on monday. Thank you all for your advice!



"ilia" wrote:
One possibility is that it was disabled by a workbook via macros. Do
you have macros enabled?


If so, try this. Go to your VBA window (Alt+F11), press Ctrl+G to
open the Immediate window, and type in this command:
?Application.CommandBars.ActiveMenuBar.Controls("I nsert").Enabled


Press Enter. If it says "False", type in this:
Application.CommandBars.ActiveMenuBar.Controls("In sert").Enabled =
True


On Oct 4, 10:32 am, gemini3rdeye
wrote:
Good day,


When opening up a new excel spread sheet and selecting the insert menu the
columns, rows and cells are grey and unavailable. I am using windows xp with
SP/2 and MS office 2003. I tried to run a repair and reinstall excel and this
did not fix the problem. Any help would be great! Thank you for your time.- Hide quoted text -


- Show quoted text -




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
Can't copy/paste with menu buttons in Excel, they are grey. Why? BasicsinXcel Excel Discussion (Misc queries) 0 January 8th 07 08:30 PM
Source data, in Chart Menu, is grey and not accessible. JMO Charts and Charting in Excel 2 June 25th 06 12:56 PM
Cannot get into the 'options' menu, any suggestions? Iceman Excel Discussion (Misc queries) 2 March 10th 06 01:26 AM
how do I make "Add-in" in Excel tools menu active? Its grey now Ant Excel Discussion (Misc queries) 1 January 17th 06 01:00 PM
Options Menu abarger123 Excel Discussion (Misc queries) 5 August 17th 05 04:38 PM


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