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
|