Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi all,
Could any body tell me hw to hide the menubars and toolbars once i run my excel sheet ?? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I did, in your previous post.
-- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Pietro" wrote in message ... Hi all, Could any body tell me hw to hide the menubars and toolbars once i run my excel sheet ?? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Ok,now it's working fine,but how can i make it appear again
Thanx "Bob Phillips" wrote: I did, in your previous post. -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Pietro" wrote in message ... Hi all, Could any body tell me hw to hide the menubars and toolbars once i run my excel sheet ?? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Dim oCB As CommandBar
For Each oCB In Application.CommandBars oCB.Enabled = True Next oCB Application.DisplayFormulaBar = mFormulaBar -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Pietro" wrote in message ... Ok,now it's working fine,but how can i make it appear again Thanx "Bob Phillips" wrote: I did, in your previous post. -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Pietro" wrote in message ... Hi all, Could any body tell me hw to hide the menubars and toolbars once i run my excel sheet ?? |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi "Bob Phillips",
Really i appreciate your help,but i have two problems: 1-The macro "autoexec" that hides the menus when i open my excel sheet spmetimes works and sometimes no !!! 2-When i open any other excel sheet the menus are always hidden, i need to hide these menus only from a certain sheet called "my team KPIs" Regards "Bob Phillips" wrote: Dim oCB As CommandBar For Each oCB In Application.CommandBars oCB.Enabled = True Next oCB Application.DisplayFormulaBar = mFormulaBar -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Pietro" wrote in message ... Ok,now it's working fine,but how can i make it appear again Thanx "Bob Phillips" wrote: I did, in your previous post. -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Pietro" wrote in message ... Hi all, Could any body tell me hw to hide the menubars and toolbars once i run my excel sheet ?? |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have no idea what autoexec is or does so you will need to give more detail
here. If you want those menus hidden only for that s/s, you need to put the hide in the workbook activate procedure, and show them in the workbook deactivate event procedure for the workbook in question. -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Pietro" wrote in message ... Hi "Bob Phillips", Really i appreciate your help,but i have two problems: 1-The macro "autoexec" that hides the menus when i open my excel sheet spmetimes works and sometimes no !!! 2-When i open any other excel sheet the menus are always hidden, i need to hide these menus only from a certain sheet called "my team KPIs" Regards "Bob Phillips" wrote: Dim oCB As CommandBar For Each oCB In Application.CommandBars oCB.Enabled = True Next oCB Application.DisplayFormulaBar = mFormulaBar -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Pietro" wrote in message ... Ok,now it's working fine,but how can i make it appear again Thanx "Bob Phillips" wrote: I did, in your previous post. -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Pietro" wrote in message ... Hi all, Could any body tell me hw to hide the menubars and toolbars once i run my excel sheet ?? |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Bob
This code is along the lines of what I need but is there a way of modifying it so that the FILE/MENU/EDIT/etc menu bar is still shown and one other toolbar (one that I will create). Thanks, Rob "Bob Phillips" wrote: I did, in your previous post. -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Pietro" wrote in message ... Hi all, Could any body tell me hw to hide the menubars and toolbars once i run my excel sheet ?? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
hide toolbars, menu bar, etc | Excel Discussion (Misc queries) | |||
Toolbars | Excel Discussion (Misc queries) | |||
close (hide) toolbars | Excel Discussion (Misc queries) | |||
How do I hide and show all toolbars | Excel Worksheet Functions | |||
How do I hide a worksheet in Excel and use a password to un-hide . | Excel Discussion (Misc queries) |