Right Click Options Greyed out....Sheet is not protected

J

jlclyde

Hello,
I sent too soon last post. My right click options are limited and the
workbook and sheet are not protected. Any thoughts? I have also
tried to run the following macro with no luck.
Sub MenuBar_Restore()
CommandBars("Worksheet menu bar").Reset
End Sub

Thanks,
Jay
 
G

GS

jlclyde wrote on 2/11/2011 :
Hello,
I sent too soon last post. My right click options are limited and the
workbook and sheet are not protected. Any thoughts? I have also
tried to run the following macro with no luck.
Sub MenuBar_Restore()
CommandBars("Worksheet menu bar").Reset
End Sub

Thanks,
Jay

The bar you're looking for is named "Cell".
 
Top