Giordano Bruno
Well-known Member
- Joined
- Jan 7, 2007
- Messages
- 1,352
I have a workbook which contains the Function IsEmailValid(strEmail) It does its job perfectly well, but when I step though other code modules and change the worksheets in any way, this function suddenly gets called and I have to step through it to resume where the code suddenly jumped out. I have code that activates on workbook changes, but this is never called so this is not the cause. It happens intermittently, but quite frequently. It never happens when I run the code normally and none of my other functions ever gets these phantom calls. If anyone has any suggestions, I'd be most grateful.