Geordie2008
Registered User.
- Local time
- Today, 06:00
- Joined
- Mar 25, 2008
- Messages
- 177
Hi all,
This code works fine in a private sub
when I put it in a public sub it doesn't work...
How do I need to update the syntax of the code?
Thanks,
Mandy
This code works fine in a private sub
Code:
Dim ctl As Control
If ctl.Name <> ActiveControl.Name Then
when I put it in a public sub it doesn't work...
How do I need to update the syntax of the code?
Thanks,
Mandy