R
RayportingMonkey
OK - What am I doing wrong?
'Move Files To Their Archive Locations
Dim movScrpt As Object
Set movScrpt = CreateObject("Wscript.Shell")
movScrpt.Run "\\ServerName\Enterprise Forecasting & Scheduling
Team\MoveReports.vbs"
I get a Run-Time error '-2147024894(80070002)':
Method 'Run' of object 'IWshShell3' failed
'Move Files To Their Archive Locations
Dim movScrpt As Object
Set movScrpt = CreateObject("Wscript.Shell")
movScrpt.Run "\\ServerName\Enterprise Forecasting & Scheduling
Team\MoveReports.vbs"
I get a Run-Time error '-2147024894(80070002)':
Method 'Run' of object 'IWshShell3' failed