这个贴子看着眼熟啊!
http://www.csdn.net/expert/topic/187/187350.shtm
如果你的工程在References里面选中了你的组件,多个自动化接口没问题。
dim a as new yourmodle.youobject   '这样一点问题都没有
如果这样只能使用缺省的
dim a as object
set a = CreateObject("yourmodle.youobject") '第二个借口不能直接用