Why ?

S

Sebho

Why does this code not work ?



dim o as outlook.application

set o = createobject("outlook.application") 'process outlook.exe starts
o.quit 'process keep alive
set o=nothing 'process keep alive
set o = createobject("outlook.application") 'Automation error not specified



thank you for your help

Sebho
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top