hummm... I can create an objext that point to word or excel. Something like this:

dim w1 as word.application
set w1=new word.application

but!!.... How can I point the object w1 to an alredy opened word. I saw something like this once... it used a function called getobject or something like that..... Does anybody remember?