Hi all, I'm trying to define a class, and within this class have one sub use the startTimer method to invoke a timer to run another sub within the class.
I'm getting the error which looks like it can't find the other sub, and I suspect there's some special syntax I'll need to use because it's inside of a class. anyone got any ideas? Am I interpreting the error correctly, does this happen when you use startTimer on a sub within a class? (the error message itself is misleading and non-sensical, but I can't recall it). thanks. Chip