Quote Originally Posted by yarivp
I have an application that references Microsoft office 9.0, and I want it to
support all versions of excel.
I take it that it was a type o, but you do mean MS Excel 2000
correct? or are you programming against the Office commandbars or
something?

But as Lintz suggested, add the reference to create all the events and make
it easier to code the properties,etc. Then change it to CreateObject and
remove the reference.

HTH