View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Michael Jones Michael Jones is offline
external usenet poster
 
Posts: 4
Default Prevent control taking focus when accelerator key is used?

I can prevent a Command Button taking the focus when it is clicked, by
setting this property to false at design time.
But, this doesn't seem to work when an accelerator key is used - how do I
prevent the Command Button taking the focus when it is activated with an
accelerator key (eg Alt + 1) ?

Using Excel 2003 with Windows XP Professional.

Thanks,

Michael Jones