I am having a little problem fully understanding the instancing property of ActiveX COM components. The instancing property has these to choose from:
1-Private
2-PublicNotCreatable
3-SingleUse
4-GlobalSingleUse
5-MultiUse
6-GlobalMultiUse

I have read a bunch of technical jargon about these, but havent found a source that puts each of these with a real world example of why I would use it.

So what I need is you guys to explain them in simple terms for me to understand.