View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Application.OnKey

Hi Kevin,

Try:

Application.OnKey "+^T", ""


---
Regards,
Norman



"Kevin H. Stecyk" wrote in message
...
Hi,

If I set Application.OnKey during opening of the workbook:

Application.OnKey "+^T", "DoMyStuff"

I suspect that I should somehow cancel it when the workbook closes. How
do I accomplish that?

Your guidance is appreciated.

Regards,
Kevin