Thread: Caps Lock
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Franco Turrinelli Franco Turrinelli is offline
external usenet poster
 
Posts: 2
Default Caps Lock

Does anyone have a good technique for testing in a VBA
macro whether the Caps Lock key is turned on. I'd like
the macro to do something different based on whether the
user hits "l" or Shift-"l" to initiate the macro.

I expect this has been asked before and I apologize if
this is a totally "duh" question . . .