PC Review


Reply
Thread Tools Rate Thread

Disabling Shortcuts And Keys

 
 
=?Utf-8?B?Um9nZXI=?=
Guest
Posts: n/a
 
      9th Dec 2006
is there an easy way of disabling all shortcut combinations as well as all
the keys on the keyboard. I am aware of Application.interactive. I need the
user to be able to click various buttons on the worksheet as well as type
text and numbers in a userform. Apart from that, how do I turn off/disable
everything else. I have been using application.onkey - loads of code. Is
there an easier more efficient way.
--
Roger
 
Reply With Quote
 
 
 
 
Jim Cone
Guest
Posts: n/a
 
      9th Dec 2006
Roger,
Why not add a series of option/checkbox buttons to the userform
and delete all of your onkey code?
A userform optionbutton can call a macro...

Private Sub OptionButton1_Click()
Call MyMacroToDoStuff
End Sub
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware



"Roger" <(E-Mail Removed)>
wrote in message
is there an easy way of disabling all shortcut combinations as well as all
the keys on the keyboard. I am aware of Application.interactive. I need the
user to be able to click various buttons on the worksheet as well as type
text and numbers in a userform. Apart from that, how do I turn off/disable
everything else. I have been using application.onkey - loads of code. Is
there an easier more efficient way.
--
Roger
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Disabling shortcuts =?Utf-8?B?UGV0ZXIgU2NobWl0eg==?= Microsoft Access Getting Started 1 9th Feb 2007 05:15 PM
Disabling keyboard shortcuts =?Utf-8?B?Sg==?= Windows XP Games 1 30th Mar 2006 02:32 AM
Disabling keyboard shortcuts Mark Windows XP Security 3 26th Jun 2004 12:32 AM
Disabling keyboard shortcuts... =?Utf-8?B?TWFyaw==?= Windows XP Security 1 25th Jan 2004 05:34 AM
disabling keyboard shortcuts Lisa Microsoft Windows 2000 1 22nd Jan 2004 09:05 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:35 PM.