LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default How to disable Keyboard shortcut

Hello VB Experts,

I am the same person that recently post a problem about BeforePrint Event. I
get away with that problem. What I did is to put this code to my open
event.

For Each bar In Application.CommandBars
bar.Enabled = False
Next bar

My problem now is how to disable keyboard shortcut (e.g. ctrl+o) so that
what will be left for my user is my macro that I plan to assign to an
embedded object.

BTW - Thanks to those who care to help sp. William and Tom

Thanks again in advance!

Jon-jon


 
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
Keyboard Shortcut danno-c[_2_] Excel Discussion (Misc queries) 3 November 30th 09 08:14 PM
keyboard shortcut entee Excel Worksheet Functions 3 October 26th 08 08:03 PM
Keyboard shortcut: something new James Silverton[_2_] Excel Discussion (Misc queries) 3 September 23rd 07 01:15 PM
Disable keyboard shortcuts Pegasus Excel Discussion (Misc queries) 21 July 1st 07 12:23 PM
Keyboard shortcut for Best Fit Ob1Pimpobi Excel Discussion (Misc queries) 1 August 31st 06 01:06 AM


All times are GMT +1. The time now is 12:24 PM.

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"