B
Brian Gabriel
I have a VBScript that tries to open a word document and run a macro.
The script works fine when run interactively, however when the script
is run as a scheduled task the script exits when I try:
Set objWord = CreateObject("Word.Application")
Any info would be great!
Thanks,
Brian
(e-mail address removed)
The script works fine when run interactively, however when the script
is run as a scheduled task the script exits when I try:
Set objWord = CreateObject("Word.Application")
Any info would be great!
Thanks,
Brian
(e-mail address removed)