Fizzio
Chief Torturer
- Local time
- Today, 22:18
- Joined
- Feb 21, 2002
- Messages
- 1,885
I am creating an appointment system for multiple users, showing multiple diaries. I have a keydown event that indicates if a person has arrived, is being seen or has left using the Fn keys. I have 44 appointment slots and was wondering if there is a way to run the same keydown event on multiple controls rather than having to copy the same code to every individual control keydown event? I have tried to use a macro to call a function to call the sub but all I get is an error referring to the KeyCode variable not being set. Thanks in advance