Thread: controls
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Libby Libby is offline
external usenet poster
 
Posts: 151
Default controls

Hello

I've created a sort of qwerty keyboard by using labels with letter as their
captions in a frame.

When the user clicks a label it puts the letter (ie the label's caption) in
a textbox.
Also I would like a mouse down/up event to change the backcolor when it is
clicked.

Is there any way of doing this without coding each label individually?

Many thanks in advance
Libby