Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi...
I'm building a visual basic project in excel and I don't want any toolbars loading. I can make the Excel toolbars not load, but wouldn't know whether a user has adobe or 3rd party etc toolbars in the excel build. Is there a line of code that will mean that no toolbars at all are loaded? Also, I knew this before, but how do you disable the right click in a worksheet? Thanks Gordon. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
There's not a single code line to prevent toolbars from loading. You could
loop non popup bars and make them not visible, but I'd urge you not to do that. Try Full screen instead. To disable the right click popup, in the Workbook_SheetBeforeRight or Worksheet_BeforeRightClick event Cancel = True Regards, Peter T "Gordon" wrote in message ... Hi... I'm building a visual basic project in excel and I don't want any toolbars loading. I can make the Excel toolbars not load, but wouldn't know whether a user has adobe or 3rd party etc toolbars in the excel build. Is there a line of code that will mean that no toolbars at all are loaded? Also, I knew this before, but how do you disable the right click in a worksheet? Thanks Gordon. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create macro to load custom toolbar | Excel Programming | |||
Load image from directory for custom toolbar of Excel 2000 | Excel Worksheet Functions | |||
Toolbar should not load at startup | Excel Discussion (Misc queries) | |||
The Top Toolbar Min,Max,Cancel is NOT showing in Excel | Excel Worksheet Functions | |||
Forcing Excel to Load Below Office Toolbar | Excel Discussion (Misc queries) |