I am running a VBscript in a Outllook form. When i get to this section I am having problems on this machine:
‘Call Excel
Sub cmdExcel_click()
Working
update1
update2
forward1
Set objWSHShell = CreateObject(“WScript.Shell”) ———– Getting error at this point __________________
objWSHShell.Run(“excel.exe tabsproddatabaseedgarTerminationmasterterm3.xls”)
end sub
get: Microsoft VBscript runtime error: Permission denied: ‘CreateObject’ – not sure what to do about this.