
Two Q's [Closing a file][why won't work]
Can you close a file like you can you open one through
Dim WshShell
set WshShell = CreateObject("WScript.Shell")
WshShell.Run("c:\windows\notepad.exe")
Why doesn't the script that uses this work?
And how can I get it to work?
Set objOutlook = CreateObject("Outlook.application")