Error when running WScript.Shell object (OLE ERROR -2147024894)

SOLVED

Hello Everyone,

I am trying to run a 3rd party exe on a button click using VB Script ,

The code is trowing (OLE ERROR -2147024894)

i have added the code and also the error message i got

******************************************************************************************

Dim ss
Set ss = CreateObject("WScript.Shell")
ss.Run "C:\sage100\Test\Test.exe ",1,true