It is... in a way... the NULL Reference would be the label... the reference to it exists, but it may not have been instanciated fully yet. I've seen a couple people snagged by this process because they assumed that just because they got intellisense when writing the code, the object actually existed. That's why I;'m trying to determine where/when the code is running... it's been pulled out of context.

-tg