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
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