Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 211
Default Cancel Toolbar load

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Cancel Toolbar load

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Create macro to load custom toolbar Jose Ruben Gonzalez-Baird Excel Programming 5 December 27th 07 11:12 PM
Load image from directory for custom toolbar of Excel 2000 Padam Excel Worksheet Functions 0 August 5th 06 06:33 PM
Toolbar should not load at startup sharkfoot Excel Discussion (Misc queries) 5 March 23rd 06 11:47 PM
The Top Toolbar Min,Max,Cancel is NOT showing in Excel Turk Excel Worksheet Functions 1 February 2nd 06 03:32 AM
Forcing Excel to Load Below Office Toolbar Bill Helbron Excel Discussion (Misc queries) 2 October 2nd 05 04:09 PM


All times are GMT +1. The time now is 04:12 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"