![]() |
|
||||||||
| Site Links |
| Consulting |
| Knowledge Base |
| Training |
| Forum |
| Articles |
| Resources |
| Products |
| Cool Tools |
| Contact |
| About Us |
| Go to Page... |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
|
How to disable Ribbon in Excel 2010
Hi,
Being my first post, hoping for a sound advices from thinking minds on this forum, I am looking for va code to disable a part of ribbon on excel 2010. for eg : Of the whole ribbon in Excel 2010, on the Cut, Copy, Paste buttons needs to be disabled. Please do advise with thoughts and suggestions on the same Thanks in Advance |
|
Local Time: 09:24 AM
Local Date: 05-23-2013 Location:
|
|
|
|
#2 |
|
Distinguished Lord of VBAX
|
Even if you disable them, Ctrl-C etc will still work.
____________________________________________ Nihil simul inventum est et perfectum Abusus non tollit usum Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen! James Thurber |
|
Local Time: 04:54 AM
Local Date: 05-23-2013 Location:
|
|
|
|
#3 |
|
|
Hi, i wrote a code where the functions like ctrl+c, ctrl+x,etc gets disabled.. there was only one problem of making the ribbon disable.... looking for some suggestions and help..
Regards, |
|
Local Time: 09:24 AM
Local Date: 05-23-2013 Location:
|
|
|
|
#4 |
|
|
You can hide the Clipboard group by using XLM and the CustomUI
VBA:
VBA tags courtesy of www.thecodenet.com
but that only works in the individual XLSM unless you make an add in Paul Admin edit: The file contains this specified XML code and will hide that portion of the ribbon. Your ribbon state will be returned when you close the file (only for xl2007 onward). |
|
Local Time: 11:54 PM
Local Date: 05-22-2013 Location:
|
|
![]() |
| Display Modes |
Linear Mode |
Switch to Hybrid Mode |
Switch to Threaded Mode |
|
|


