pollardski
New member
- Local time
- Today, 05:40
- Joined
- Jun 2, 2007
- Messages
- 8
Hello all. I have a form with many text box controls and a couple combo box controls. I would like to test whether any of the controls are dirty--except for one, which I know is dirty. I have tried using the Tag property of the one control to exclude it in a For Each loop where I test if ctl.Value = ctl.OldValue. Can't get that working. I think there's a problem when it runs into the unbound controls on my form. But I don't really "know" vba. Just been stealing code and adapting. Any Help? Thanks.