Hello,

I am using a Excel sheet provided by a free provider so I didn't write the macro myself.
This sheet is working correctly with the following environments:

1) Windows 7 - Office 2010 - My Office environment where I don't have any Admin privileges
2) Windows 7 - Office 2010 At home; I've got obvisouly all the privileges
3) Windows 10 - Office 2015 at home: another home PC where I've got all the privileges as well

The Excel sheet is not working in the following environment

4) Cloud Station ; Windows 10 - Office 365

The error Run-time error '70' Permission denied appears on the following line

aWsh.run "cmd.exe /c " """ & s & """ & Opt, 0, True

The s variable contains the following text: bat1.bat

- If I run manually the bat1.bat without admin Rights in a cmd command windows, it works !

It seems that the cmd.exe is causing the issue.

Any suggestions ?

Best Regards.
Fabiano.