I have read thread707-938434 and this is very good at triggering a piece of code when exitiing a cell. However, what I'm trying to do is trigger code on entering a specific value in a field from list. The code within the trigger would only be as shown below
If [C10].Value = "Guest" Then
Guest_Form.Show
End If
Guest form then allows a user to enter name and department, which is then in turn used in a differnet sheet. Unfortunatley I cannot get code to work when a cell has focus. Can aynone help?
If [C10].Value = "Guest" Then
Guest_Form.Show
End If
Guest form then allows a user to enter name and department, which is then in turn used in a differnet sheet. Unfortunatley I cannot get code to work when a cell has focus. Can aynone help?