Running Outlook VBA in WScript

J

Jerry Haynes

I have a macro in VBA that runs perfectly inside Outlook, but now I'd like to
make the code work in WScript/VBS, so that our network administrator can
configure a scheduled task to run nightly that runs my .vbs file.

So, my question is, how do I make windows recognize the
"Outlook.Application" and "Outlook.NameSpace" references, so I don't get
syntax errors when the script runs?
 

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