View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
rwjack rwjack is offline
external usenet poster
 
Posts: 12
Default Trigger CAPS LOCK ON When Wk Bk is Opened?

How do you trigger an event when opening a particular Excel Workbook?

Tom Ogilvy responded to a question on how to check and set NUM LOCK, CAPS
LOCK and SCROLL LOCK on (or off) by refering to Microsoft Knowledge Base
Article 177674. I copied all the code from this article into a VBA module,
having a Windows XP operating system and it worked beautifully!

I would like to trigger and event to turn on NUM LOCK and CAPS LOCK when a
Workbook is Opened and turn CAPS LOCK off when the Workbook is closed.

Thanks,
rw