I have an Excel sheet with VBA code and a .vbs script to automatically run the VBA code in Windows Task Scheduler.
When the VBA code is run it sends an email through Outlook. My laptop has to be switched on to perform this.
My new requirement is to perform this same system, on my Android phone, since it is always switched on unlike my laptop.
If I copy the Excel file and .vbs script to my phone:
How do I run the .vbs script on my Android phone?
Is there any application similar to wscript or cscript for Android phones?
Are there applications similar to Windows Task Scheduler for Android phones (to schedule the running of the vbscript)?