Martin:
Guess I was using it wrong for past few years.

I have a lot of reusable code and functions in a 400,000 line project made up of 24 VBP's and 150 forms.

I've used the IsObject to determine if a particular function or subroutine should do something specific if it's being called from within a particular project.

So, now I'm faced with finding a method to determine which project I'm executing within. Will probably just store a global variable for Project Name.

Thanks for clarifying this

Lee