Thread: Accelerator
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Peter T Peter T is offline
external usenet poster
 
Posts: 5,600
Default Accelerator

In other programs you'd position the accelerator like this (in say VB)
Match &case

However in VBA the accelerator will always find the first instance of the
letter. But maybe you could capitalise the C in Case and assign "C" as the
accelerator.

I have no idea what you mean by "same manner as Find" and "not the second as
in "Find", so I might have misunderstood your objective.

Regards,
Peter T


"Dartmoor Graham" <Dartmoor wrote in
message ...
I am using Excel2000. I have a UserForm containing a CheckBox with the
caption "Match case" and I want to set "c" as the accelerator key, all in
the
same manner as "Find". However, it is the first occurrence of "c" that
becoming underlined and not the second as in "Find". This is less
meaningful
as a mnemonic. What can I do about this?