im_kaushal
New Member
- Joined
- May 8, 2010
- Messages
- 27
Hi All,
While working on a macro I had to made my File menu invisible by Application.CommandBars("File").Visible = False. After completing my task I made my File Menu again vishible by making the same condition True.
However, in the process I have lost my access Key (Alt +F). Now I don't see the underscore below the letter "F" in my File menu nor Alt+F opens my File menu.
How can I bring my "File" menu to be accessed by Alt+F.
Many thanks in advance.
Rgds, Kaushal
While working on a macro I had to made my File menu invisible by Application.CommandBars("File").Visible = False. After completing my task I made my File Menu again vishible by making the same condition True.
However, in the process I have lost my access Key (Alt +F). Now I don't see the underscore below the letter "F" in my File menu nor Alt+F opens my File menu.
How can I bring my "File" menu to be accessed by Alt+F.
Many thanks in advance.
Rgds, Kaushal