Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi all, Is it possible to remove the Worksheet Menu Bar from the excel.application? Thanks All. -- gti_jobert ------------------------------------------------------------------------ gti_jobert's Profile: http://www.excelforum.com/member.php...o&userid=30634 View this thread: http://www.excelforum.com/showthread...hreadid=544657 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Gti_jobert,
Is it possible to remove the Worksheet Menu Bar from the excel.application? Application.Commandbars("Worksheet Menu Bar").Enabled=False Be VERY sure you set that back to true before your app quits! Otherwise you'll p^$% -off many users. Regards, Jan Karel Pieterse Excel MVP http://www.jkp-ads.com |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
application.CommandBars("Worksheet Menu Bar").Enabled = False
-- Regards, Tom Ogilvy "gti_jobert" wrote: Hi all, Is it possible to remove the Worksheet Menu Bar from the excel.application? Thanks All. -- gti_jobert ------------------------------------------------------------------------ gti_jobert's Profile: http://www.excelforum.com/member.php...o&userid=30634 View this thread: http://www.excelforum.com/showthread...hreadid=544657 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Thanks Guys......what about the forumla bar at the top, I was tryin ActiveWindow.DisplayFormula but found out this is wrong! Thanks Again! -- gti_jober ----------------------------------------------------------------------- gti_jobert's Profile: http://www.excelforum.com/member.php...fo&userid=3063 View this thread: http://www.excelforum.com/showthread.php?threadid=54465 |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Got it, no worries....cheers! -- gti_jobert ------------------------------------------------------------------------ gti_jobert's Profile: http://www.excelforum.com/member.php...o&userid=30634 View this thread: http://www.excelforum.com/showthread...hreadid=544657 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Toolbar/Menu Bar | Excel Discussion (Misc queries) | |||
Can't find menu toolbar | Excel Discussion (Misc queries) | |||
Excel worksheet Menu Toolbar | Excel Worksheet Functions | |||
Toolbar Menu problems | Excel Programming | |||
icon in menu toolbar | Excel Programming |