Gunaratnam has attended:
Excel Advanced course
Excel VBA Intro Intermediate course
Access Advanced course
Access Intermediate course
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.
RE: excel
To Show/Hide toolbars
Tools/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