Forum home » Delegate support and help forum » Microsoft VBA Training and help » vba courses london - Excel
vba courses london - Excel
Resolved · Low Priority · Version Standard
Excel
i want to shaw the menu (which i have set up for my programm with button and drop down bar etc)in full screen when open it in the excel, basically i want to hide formula bar, standared tool bar and other excel icones in the top and botton of the sheet.
For upcoming training course dates see: Pricing & availability
RE: excel
To Show/Hide toolbarsTools/Customize
In the Customize dialog box select Toolbars
Tick the toolbars you want to see on the application and click OK
In VBA code
Application.CommandBars("TheBarName").Visible = True OR False
|
|
» Forum post: Powerpoint |



Course updates

