Hi,
I've created a ComClass object in VB.Net, and have a public function called DoSchedule. I want to execute this function using a vbscript, so I wrote this:
Imports System.Runtime.InteropServices
<ComClass(Rotate.ClassId, Rotate.InterfaceId, Rotate.EventsId)> _
Public Class Rotate...