Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Excel
123quattro
charting
crashesgpfs
datamap
excel
interopoledde
links
misc
newusers
printing
programming
querydao
sdk
setup
templates
worksheet.functions
  
 
date: Fri, 10 Oct 2008 13:38:18 -0700,    group: microsoft.public.excel.programming        back       


backspace key   
I want to disable the backspace key on a single worksheet.

How can I do this?  

Gotta be honest...don't know much about macros.

Thank you!

Mark Barnard
L1011driver@hotmail.com
date: Fri, 10 Oct 2008 13:38:18 -0700   author:   Mark Barnard

Re: backspace key   
You don't want to let the user of your worksheet be able to correct a 
mistyping? Really? I don't think you can do that (once you enter editing 
mode); but, if you could, you would also have to disable the Delete key 
(otherwise the user could use the mouse to move the caret symbol and then 
just delete the character or characters instead). Did you want to do that 
also? Oh, and you would probably have to disable the left and right mouse 
button as well (otherwise the user could use the left button to select the 
characters and then use the right button to bring up the popup menu in order 
to select Delete from it). Did you want to do that also? I really cannot 
imagine a situation where disabling the Backspace key would make much sense.

-- 
Rick (MVP - Excel)


"Mark Barnard"  wrote in message 
news:A9ECCE09-AC73-446B-ACE5-ED4086886152@microsoft.com...
>I want to disable the backspace key on a single worksheet.
>
> How can I do this?
>
> Gotta be honest...don't know much about macros.
>
> Thank you!
>
> Mark Barnard
> L1011driver@hotmail.com
date: Fri, 10 Oct 2008 16:59:47 -0400   author:   Rick Rothstein

Re: backspace key   
Dear Mr. Rothstein,

Thank you for your reply.  Maybe this explanation will help your imagination.

Yes, what I describe is exactly what I want to do.

I have a worksheet that has a pull-down menu in column A.  The adjacent 
columns contain data which is keyed to the item chosen in the pull-down menu.

If I want to delete a value from the column A after selecting it from the 
pull-down menu, I click on this item and press the "delete" key.  This works 
fine.  The problem is...the user tried to delete the item in column A with 
the "backspace" key.  When doing so, the associated data in the adjacent 
columns isn't deleted.  I want to remove the option of deleting the item in 
column A on this worksheet with the "backspace" key.

On this particular worksheet, there is no opportunity for the user to make a 
typo, because there is no opportunity for him to make an input except for the 
pull-down menu.

Back to my original question...

Thanks for your help.

Sincerely,

Mark Barnard

"Rick Rothstein" wrote:

> You don't want to let the user of your worksheet be able to correct a 
> mistyping? Really? I don't think you can do that (once you enter editing 
> mode); but, if you could, you would also have to disable the Delete key 
> (otherwise the user could use the mouse to move the caret symbol and then 
> just delete the character or characters instead). Did you want to do that 
> also? Oh, and you would probably have to disable the left and right mouse 
> button as well (otherwise the user could use the left button to select the 
> characters and then use the right button to bring up the popup menu in order 
> to select Delete from it). Did you want to do that also? I really cannot 
> imagine a situation where disabling the Backspace key would make much sense.
> 
> -- 
> Rick (MVP - Excel)
> 
> 
> "Mark Barnard"  wrote in message 
> news:A9ECCE09-AC73-446B-ACE5-ED4086886152@microsoft.com...
> >I want to disable the backspace key on a single worksheet.
> >
> > How can I do this?
> >
> > Gotta be honest...don't know much about macros.
> >
> > Thank you!
> >
> > Mark Barnard
> > L1011driver@hotmail.com 
> 
>
date: Fri, 10 Oct 2008 14:21:02 -0700   author:   Mark Barnard

Re: backspace key   
Ah, now you have provide more detail than your original posting did... the 
wording of your original message seemed to be asking for something 
completely different (at least to me) than what I *think* you are now 
describing. When you say "pull-down menu", do you mean a Data Validation 
List set up as an "In-cell Dropdown"? If so, I think your problem can be 
solved by putting a checkmark in the CheckBox labeled "Ignore blank" on the 
Settings tab of the Data Validation dialog box.

-- 
Rick (MVP - Excel)


"Mark Barnard"  wrote in message 
news:EE9823AC-E937-4EE3-95D0-345C99096D5E@microsoft.com...
> Dear Mr. Rothstein,
>
> Thank you for your reply.  Maybe this explanation will help your 
> imagination.
>
> Yes, what I describe is exactly what I want to do.
>
> I have a worksheet that has a pull-down menu in column A.  The adjacent
> columns contain data which is keyed to the item chosen in the pull-down 
> menu.
>
> If I want to delete a value from the column A after selecting it from the
> pull-down menu, I click on this item and press the "delete" key.  This 
> works
> fine.  The problem is...the user tried to delete the item in column A with
> the "backspace" key.  When doing so, the associated data in the adjacent
> columns isn't deleted.  I want to remove the option of deleting the item 
> in
> column A on this worksheet with the "backspace" key.
>
> On this particular worksheet, there is no opportunity for the user to make 
> a
> typo, because there is no opportunity for him to make an input except for 
> the
> pull-down menu.
>
> Back to my original question...
>
> Thanks for your help.
>
> Sincerely,
>
> Mark Barnard
>
> "Rick Rothstein" wrote:
>
>> You don't want to let the user of your worksheet be able to correct a
>> mistyping? Really? I don't think you can do that (once you enter editing
>> mode); but, if you could, you would also have to disable the Delete key
>> (otherwise the user could use the mouse to move the caret symbol and then
>> just delete the character or characters instead). Did you want to do that
>> also? Oh, and you would probably have to disable the left and right mouse
>> button as well (otherwise the user could use the left button to select 
>> the
>> characters and then use the right button to bring up the popup menu in 
>> order
>> to select Delete from it). Did you want to do that also? I really cannot
>> imagine a situation where disabling the Backspace key would make much 
>> sense.
>>
>> -- 
>> Rick (MVP - Excel)
>>
>>
>> "Mark Barnard"  wrote in message
>> news:A9ECCE09-AC73-446B-ACE5-ED4086886152@microsoft.com...
>> >I want to disable the backspace key on a single worksheet.
>> >
>> > How can I do this?
>> >
>> > Gotta be honest...don't know much about macros.
>> >
>> > Thank you!
>> >
>> > Mark Barnard
>> > L1011driver@hotmail.com
>>
>>
date: Fri, 10 Oct 2008 17:46:42 -0400   author:   Rick Rothstein

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us