excel
RH

Forum home » Delegate support and help forum » Microsoft Access VBA Training and help » Excel

Excel

resolvedResolved · Low Priority · Version 2003

Manoj has attended:
Excel VBA Intro Intermediate course

Excel

How do I bring up the Command Toolbar?

RE: Excel

Hi Manoj, thanks for your query. There is no specific "Command" toolbar, did you have a specific one in mind? On our course we turned off the PivotTable toolbar with the following line of code:

Application.CommandBars("PivotTable").Visible = False

You can switch whichever toolbar you want on and off by simply substituting the text in the quotes for the corresponding name of the toolbar (which you can copy straight from the View-Toolbars menu options in Excel.

Hope this helps, and all the best!

Anthony

Tue 18 May 2010: Automatically marked as resolved.

 

Training courses

 

Training information:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

Access tip:

Undo Entries In Records

To Undo any entries or changes in records:

Hit the ESC key once for the current field

And ESC twice for current record

View all Access hints and tips


Server loaded in 0.06 secs.